Hi,
I have been trying to get a java program that draws a line directly on the screen. I have made ones that draw on JApplets and JFrame's but i cant work out how i can draw directly on the screen without having something in the way.
I looked at using Java canvasses but couldn't see a way i would do it with those so im a bit flummoxed. :S
Is there a way to do this in java? :)