Is there any way to make a program with graphics capabilities that isnt an applet or JFrame?? Just make it so that the screen goes fullscreen and black like in DX?
Printable View
Is there any way to make a program with graphics capabilities that isnt an applet or JFrame?? Just make it so that the screen goes fullscreen and black like in DX?
Your gonna have to use an JApplet or JFrame but i think what you want is explained in lots of detail here...
http://java.sun.com/docs/books/tutor...een/index.html
Also a search on google for "Java Fullscreen" comes up with a fair bit