public class ColorChooser
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
ColorChooser(IColorChooserListener pListener)
Creates a default
ColorDisplay object with the color Black and an empty title for the Color chooser dialog. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
showDialog(javax.swing.JPanel pPanel,
java.lang.String pTitle,
java.awt.Color pColor) |
public ColorChooser(IColorChooserListener pListener)
ColorDisplay
object with the color Black and an empty title for the Color chooser dialog.