Nokia Premium Developer Program for Asha - a new program with great benefits. For qualified Asha developers, membership is free!
How to make Gradient Colors in J2ME?
hand made only like for black to blue : for (int i = 0; i < 0x100; i++{ g.setColor(i); g.drawLine(x1, y1, x2, y2); }
Forum Rules