I'm making a Indie game, and I want to have an option to bring up fullscreen.
I can't really use OpenGL because I have already coded most of the game, and transferring to OpenGL would take A LOT of work.
So, could anybody please tell me how to have a fullscreen option in Java without OpenGL?
Fullscreen without OpenGL in Java
Started by sugarrushx6, Sep 19 2012 03:27 PM
2 replies to this topic
Sponsor:
#2 Members - Reputation: 4605
Posted 20 September 2012 - 03:35 AM
Windows handling has not much to do with OpenGL or DirectX, instead it is a OS feature. To make your java program fullscreen take a look here.
Ashaman
My game: Gnoblins
Developer journal about Gnoblins
Small goodies: Simple alpha transparency in deferred shader
My game: Gnoblins
Developer journal about Gnoblins
Small goodies: Simple alpha transparency in deferred shader






