javax.swing.plaf.metal
static class: MetalBorders.WarningDialogBorder [javadoc |
source]
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders$DialogBorder
javax.swing.plaf.metal.MetalBorders$WarningDialogBorder
All Implemented Interfaces:
UIResource, Border, Serializable
Border for a Warning Dialog.
| Method from javax.swing.plaf.metal.MetalBorders$WarningDialogBorder Summary: |
|---|
|
getActiveBackground |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.plaf.metal.MetalBorders$WarningDialogBorder Detail: |
protected Color getActiveBackground() {
return UIManager.getColor("OptionPane.warningDialog.border.background");
}
|