Uses of Class javax.swing.JOptionPane

Uses in package javax.swing.plaf

Methods with parameter type javax.swing.JOptionPane

boolean
Determines whether the user has provided custom components for the options or the message.
void
Gives keyboard input focus to the component that represents the default value.

Uses in package javax.swing.plaf.multi

Methods with parameter type javax.swing.JOptionPane

boolean
Calls the OptionPaneUI.containsCustomComponents(JOptionPane) method for all the UI delegates managed by this MultiOptionPaneUI, returning the result for the UI delegate from the primary look and feel.
void
Calls the OptionPaneUI.selectInitialValue(JOptionPane) method for all the UI delegates managed by this MultiOptionPaneUI.

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.JOptionPane

JOptionPane
The JOptionPane this UI delegate is used for.

Methods with parameter type javax.swing.JOptionPane

boolean
This method returns true if the given JOptionPane contains custom components.
void
This method requests focus to the inputComponent (if one is present) and the initialFocusComponent otherwise.