What are com.jogamp.newt.Screen and com.jogamp.newt.Display supposed to represent? They sound like they should mean almost the same.
I never get anything back from Screen.getAllScreens() and Display.getAllDisplays() - just empty lists on my OSX.
The reason I looked into it was that I thought that It would be nice if my application opened on the same monitor as it ran last time, for when you have 2 monitor devices to display. Not a big problem but I got curious