public abstract class OptionPaneUI extends ComponentUI
| Constructor and Description |
|---|
OptionPaneUI()
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
containsCustomComponents(JOptionPane
Returns true if the user has supplied instances of Component for either the options or message.
|
abstract void |
selectInitialValue(JOptionPane
Requests the component representing the default value to have focus.
|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic abstract void selectInitialValue(JOptionPaneop)
public abstract boolean containsCustomComponents(JOptionPaneop)