swingwtx.swing
Class JColorChooser
java.lang.Object
swingwtx.swing.JColorChooser
- public class JColorChooser
- extends java.lang.Object
JColorChooser cannot descend a Swing component in SWT as it is not
an embeddable widget. Given time, we could develop one from scratch
that behaved the same, but no time at present.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialColor
protected Color initialColor
dialogTitle
protected java.lang.String dialogTitle
JColorChooser
public JColorChooser()
JColorChooser
public JColorChooser(Color initialColor)
showDialog
public static Color showDialog(Component component,
java.lang.String title,
Color initialColor)
throws HeadlessException
- Throws:
HeadlessException