Re: MacOS 10.9.2 Newt test giving me busy spinner and unresponsive window
Posted by
Sven Gothel on
Mar 24, 2014; 6:57am
URL: https://forum.jogamp.org/MacOS-10-9-2-Newt-test-giving-me-busy-spinner-and-unresponsive-window-tp4032038p4032049.html
On 03/23/2014 06:48 PM, Moth [via jogamp] wrote:
> Interesting. I just tried this too and the issue stops.
Pls elaborate when this 'issue' still exist
and pls update the bugreport 1001 accordingly.
(1001 - a fairy tale number)
> I thought to use
> Newt on it's own you needed to use jogl-all-noawt.jar. Is that not the case?
> If I run against jogl-all.jar is my code using AWT or Newt for the display
> and event handling?
jogl-all: means all, i.e. including NEWT and AWT
jogl-all-noawt: means all but AWT, i.e. includes NEWT but not AWT.
~Sven