Frames | No Frames |
Fields of type javax.swing.JColorChooser | |
JColorChooser | The JColorChooser this is installed on.
|
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.
|
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. |