How do I make a Java gave without a JFrame?

Posted by kullalok on Game Development See other posts from Game Development or by kullalok
Published on 2012-09-15T16:08:36Z Indexed on 2012/09/15 21:50 UTC
Read the original article Hit count: 141

Filed under:
|

I am working on an arcade-like game, and so far, I have been using JFrame. All the action occurs in the JFrame basically.

However, I've noticed that a lot of games that you install on a computer don't have a frame. When you play them on Windows, the game covers the entire screen (the start bar disappears and you can't access any other application on your computer).

I'd like to do that for my game. Is it possible to do so with Java? If so, how would I do this?

© Game Development or respective owner

Related posts about java

Related posts about platform-games