FileDocCategorySizeDatePackage
OptionPaneUI.javaAPI DocJava SE 5 API770Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

OptionPaneUI

public abstract class OptionPaneUI extends ComponentUI
Pluggable look and feel interface for JOptionPane.
version
1.12 12/19/03
author
Scott Violet

Fields Summary
Constructors Summary
Methods Summary
public abstract booleancontainsCustomComponents(javax.swing.JOptionPane op)
Returns true if the user has supplied instances of Component for either the options or message.

public abstract voidselectInitialValue(javax.swing.JOptionPane op)
Requests the component representing the default value to have focus.