Paint or Fill a pixel with color
Greetings I am a very beginner with java 2D, I am going to design an applet simulator about artificial life. To start I want to know how to paint a pixel with any color. example
Graphics g
g.fillPixel(Point x, Point y, Color.ANY)
Thanks by your help.
Cordially
Andrei
Message was edited by:
andreihortua

