Login  Register

Re: NEWT window takes ~10 sec to become visible on multiple monitor setups

Posted by asambol on Dec 18, 2014; 8:00pm
URL: https://forum.jogamp.org/NEWT-window-takes-10-sec-to-become-visible-on-multiple-monitor-setups-tp4033582p4033783.html

Seems like there is no solution for this. What bugs me is that for example, AWT or native openCV windows pop up immediately, while NEWT window takes so long while using native windowing - gets stuck on getActiveMonitorName0().

I was thinking about switching my project to AWT - never tried it with OpenGL before. Is it possible to use some NEWT components (i.e. MouseEvents) with AWT, or am I stuck with refactoring everything NEWT-related?