I have an application with a secondary view that should be shown fullscreen on the other monitor (the one the main app is not on).
Displaying the frame works quite well with frame.showFullScreen();
But, how can I tell it which screen it should be on? Is there a way to detect if a second screen is avauilable, as well?