Changed Methods |
JDialog createDialog(Component, String, boolean, JColorChooser, ActionListener, ActionListener)
|
Documentation changed from old to new. |
Creates and returns a new dialog containing the specified ColorChooser ` pane along with "OK" "Cancel" and "Reset" buttons. |
AccessibleContext getAccessibleContext()
|
Documentation changed from old to new. |
Gets the AccessibleContext associated with this JColorChooser. |
String getUIClassID()
|
Documentation changed from old to new. |
Returns the name of the L&F class that renders this component. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representation of this JColorChooser . |
AbstractColorChooserPanel removeChooserPanel(AbstractColorChooserPanel )
|
Documentation changed from old to new. |
Removes the Color Panel specified. |
void setPreviewPanel(JComponent )
|
Documentation changed from old to new. |
Sets the current preview panel. |
Color showDialog(Component, String, Color)
|
Documentation changed from old to new. |
Shows a modal color-chooser dialog and blocks until the dialog is hidden. |
void updateUI()
|
Documentation changed from old to new. |
Notification from the UIManager that the L&F has changed. |
void setColor(int, int, int)
|
Documentation changed from old to new. |
Sets the current color of the color chooser to the specified RGB color. |
void setColor(Color )
|
Documentation changed from old to new. |
Sets the current color of the color chooser to the specified color. |