Re: pre9 to pre11 question...
Posted by ThomasR on Feb 18, 2015; 4:10pm
URL: https://forum.jogamp.org/pre9-to-pre11-question-tp4034035p4034037.html
Hi Julien,
Thanks for your reply. It's a damn waitCursor problem, such a PITA in Swing. This used to work:
(1) on EDT set cursor to wait
(2) start a SwingWorker do some heavy processing, start Java3D, render
(3) done back on EDT set cursor to default. Show the results in a new Window
But if Java3D/JOGL perform operation on the EDT, the wait cursor might get interrupted which is
happening now, some subtle change from pre9 to pre11 has shown me I can't do it this way. So
it's my problem. How do you handle this sort of thing?
Tom