124125126127128129130131
} public void setNewColor ( Color newColor ) { this.newColor = newColor; this.newHSBColor = new HSBColor ( newColor ); this.repaint (); }
136137138139140141142143
} public void setOldColor ( Color oldColor ) { this.oldColor = oldColor; this.oldHSBColor = new HSBColor ( oldColor ); this.repaint (); }