Login  Register

Re: Native Windows with basic features

Posted by Christian Catchpole on May 14, 2010; 1:04pm
URL: https://forum.jogamp.org/Native-Windows-with-basic-features-tp816127p817221.html

Awesome.  Thanks for your help.

I'm hoping to make a UI that really has no dependancy on a traditional windowing desktop.  And I hope it will spend most of it's time in full screen.  But if it does have to be launched and coexist on a desktop, it should still play nicely.

Yeah, I'm not convinced about drop downs. Perhaps they are a distraction.

And yes, drag and drop was something else I was thinking of today.

So I can understand how much work has gone into this project and haven't found any direct doco or examples for NEWT (maybe there are, i just need to get my head around it).  I'll check out all the code over the weekend.  My first step was to convert my LWJGL code to JOGL and test with FBCubes.. but my first issue on OS X..

Exception in thread "main" java.lang.RuntimeException: Unable to initialize JAWT
        at com.sun.nativewindow.impl.jawt.JAWT$1.run(JAWT.java:100)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.nativewindow.impl.jawt.JAWT.getJAWT(JAWT.java:95)