[kepler-dev] [Bug 2271] - Changing the Color Scheme
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Fri May 19 16:46:23 PDT 2006
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2271
------- Comment #3 from brooke at nceas.ucsb.edu 2006-05-19 16:46 -------
According to Christopher, the place to change the color for the selection color
of the actors is here:
diva/canvas/toolbox/BasicHighlighter.java
/** Create a new highlighter with a default paint and "halo"
*/
public BasicHighlighter() {
this._paint = Color.yellow;
this._halo = 6.0f;
}
As Christopher points out, it would be nice if we could define a global
property for this.
More information about the Kepler-dev
mailing list