OptionPaneUIpublic abstract class OptionPaneUI extends ComponentUI Pluggable look and feel interface for JOptionPane. |
Methods Summary |
---|
public abstract boolean | containsCustomComponents(javax.swing.JOptionPane op)Returns true if the user has supplied instances of Component for
either the options or message.
| public abstract void | selectInitialValue(javax.swing.JOptionPane op)Requests the component representing the default value to have
focus.
|
|