Re: What are NEWT Screen and Display?
Posted by
jmaasing on
Dec 12, 2013; 6:17pm
URL: https://forum.jogamp.org/What-are-NEWT-Screen-and-Display-tp4030839p4030870.html
No I have not, I have no instance of the Display class to call that method on. But I figured out what I did wrong, I called the method before I opened any NEWT windows. After I have created and opened a NEWT window I can query Display.getAllDisplays() and Screen.getAllScreens();
Thank you for your explanation, that would be a good thing to add to the javadoc :)