HiliteGradient can be modeled easiest with java.awt.LinearGradientPaint. unfortunately that works only since Java 1.6, so will exclude some users (fortunately linux and windows users typically _do_ have 1.6, while Mac users with PPC are f*****). another option is to model them with do standard java.awt.Gradient paints on top of each other. I will see....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HiliteGradient can be modeled easiest with java.awt.LinearGradientPaint. unfortunately that works only since Java 1.6, so will exclude some users (fortunately linux and windows users typically _do_ have 1.6, while Mac users with PPC are f*****). another option is to model them with do standard java.awt.Gradient paints on top of each other. I will see....