javafx full screen on SECOND screen
问题 For the life of me, I can't seem to get help on this. I have a JavaFX screen and I am trying to get to show fullscreen on my 2nd monitor. I tried the following based on other recommendations but to no avail. I know the coordinates are right but it KEEPS going full screen on my MAIN monitor. Please help. if (mainSet.getBoolean("fullScr", false)) { int count = mainSet.getInt("MonSel", 0); if (count > 0) { int i = 0; for (Screen screen: Screen.getScreens()) { if (count == i) { Rectangle2D bounds