Uses of Class javax.swing.JColorChooser

Uses in package javax.swing

Methods with parameter type javax.swing.JColorChooser

JDialog
JColorChooser.createDialog(Component component, String title, boolean modal, JColorChooser chooserPane, ActionListener okListener, ActionListener cancelListener)
This method will take the given JColorChooser and place it in a JDialog with the given modal property.

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.JColorChooser

JColorChooser
The JColorChooser this is installed on.

Uses in package javax.swing.colorchooser

Methods with parameter type javax.swing.JColorChooser

void
This method installs the chooser panel for the given JColorChooser.
void
This method removes the chooser panel from the given JColorChooser and does any necessary clean up for the chooser panel.