LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: polskyman on November 10, 2006, 21:44:22

Title: switching from applet to application fullscreen
Post by: polskyman on November 10, 2006, 21:44:22
Hi,

I would like to switch from an applet using AWTGLCanvas to an application using Display.create to enter in full screen mode.
plese could you tell me how to perform that and give me some sample code maybe.
I know that I can kill the context within the applet but now I would like to create an application fullscreen  from the applet.
thanks a lot.