In my Java application I try to make a JFrame really fullscreen by using this code:
public class MainFrame extends JFrame { private static final long se
I haven't tried it yet, but Java has fullscreen API, which should meet your needs:
http://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html