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