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);
...
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);
...