PDA

View Full Version : Resolved I don't know how to initialize GraphicsDevice and Window


DotChris
07-14-2009, 09:18 PM
Not sure if this is the right spot it's confusing because this is the java section but it's under server side repost


Alright I'm trying to make a program to rick roll a friend whose addicted to call of duty but, when trying to make the window full screen it keeps telling me variables not initialized. I have searched endless pages of google with no luck of how to do it. Please help and a mighty thank you in advanced.


...
GraphicsDevice myDevice;
Window CallofDuty;

myDevice.setFullScreenWindow(CallofDuty);
...

Aradon
07-15-2009, 12:11 PM
Some things I found:

Full Screen Rendering (http://java.sun.com/docs/books/tutorial/extra/fullscreen/index.html)
Example of Above (http://www.developer.com/java/other/article.php/3609776)

All Rang...I mean Full Screen Mode (http://www.exampledepot.com/egs/java.awt/screen_FullWin.html)

Good luck with the rick roll.

DotChris
07-16-2009, 01:07 AM
Thank you that helped greatly.