240241242243244245246
/** * Notifies the listeners that the selected color has changed */ public void fireColorChanged() { fireEvent(new ColorChangeEvent(this, color)); }