|
Plotting pixels
Does anyone know how to do it?
I've looked around on the net, and in the API, and I can't find any help anywhere. I looked in one of the Java sample programs, a paint one, and it used drawLine()'s with the starting point and ending point at the same place. This is not good enough.
There has to be some way of getting access to the screen memory to plot pixels, but I can't find it.
Anyone know how?
|