Hello Guest

SWT/LWJGL and Fullscreen?

  • 1 Replies
  • 4322 Views
SWT/LWJGL and Fullscreen?
« on: April 24, 2004, 03:13:54 »
Is it possible to use LWJGL with the SWT binding and have a fullscreen application that use SWT user interface components?

I want to build a fullscreen application that has a rich user interface, uses an existing UI toolkit (SWT/AWT/SWING), uses OpenGL and is fully hardware accelerated. Can this be done with any existing java opengl binding?

So far everywhere I have turned it has been have a nice UI and run windowed or no UI and run fullscreen. Please tell me there is a way to do this!

Thanks,

- John

*

Offline fbi

  • **
  • 56
SWT/LWJGL and Fullscreen?
« Reply #1 on: April 26, 2004, 09:29:05 »
Sorry...but the SWT binding is of course tied up to SWT canvases  :)
So you cannot run a fullscreen app with SWT controls...you have to use OpenGL do directly draw custom widgets.