Package com.jgoodies.looks.plastic
Class PlasticOptionPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.OptionPaneUI
-
- javax.swing.plaf.basic.BasicOptionPaneUI
-
- com.jgoodies.looks.plastic.PlasticOptionPaneUI
-
public final class PlasticOptionPaneUI extends javax.swing.plaf.basic.BasicOptionPaneUI
The JGoodies Plastic Look&Feel implementation ofOptionPaneUI
. Honors the screen resolution and uses a minimum button with that complies better with the Mac and Windows UI style guides.- Version:
- $Revision: 1.9 $
-
-
Constructor Summary
Constructors Constructor Description PlasticOptionPaneUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.Container
createButtonArea()
Creates and returns a Container containin the buttons.static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent b)
-
Methods inherited from class javax.swing.plaf.basic.BasicOptionPaneUI
addButtonComponents, addIcon, addMessageComponents, burstStringInto, containsCustomComponents, createButtonActionListener, createLayoutManager, createMessageArea, createPropertyChangeListener, createSeparator, getButtons, getIcon, getIconForType, getInitialValueIndex, getMaxCharactersPerLineCount, getMessage, getMinimumOptionPaneSize, getPreferredSize, getSizeButtonsToSameWidth, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, resetInputValue, selectInitialValue, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent b)
-
createButtonArea
protected java.awt.Container createButtonArea()
Creates and returns a Container containin the buttons. The buttons are created by callinggetButtons
.- Overrides:
createButtonArea
in classjavax.swing.plaf.basic.BasicOptionPaneUI
-
-