edvin
12/30/2016, 11:23 AMstart
function in the App
class and hide it from there.edvin
12/30/2016, 11:24 AMhhariri
edvin
12/30/2016, 11:26 AMedvin
12/30/2016, 11:26 AMedvin
12/30/2016, 11:27 AMsuper.stage(stage)
will show it. To avoid the flicker, you can instead override `shouldShowPrimaryStage`:hhariri
edvin
12/30/2016, 11:27 AMedvin
12/30/2016, 11:28 AMshouldShowPrimaryStage
to avoid the flicker 🙂hhariri
edvin
12/30/2016, 11:29 AMhhariri
edvin
12/30/2016, 11:29 AMhhariri
edvin
12/30/2016, 11:30 AMhhariri
edvin
12/30/2016, 11:30 AMedvin
12/30/2016, 11:31 AMhhariri
hhariri
edvin
12/30/2016, 11:32 AMedvin
12/30/2016, 11:32 AMedvin
12/30/2016, 11:34 AMScreen.getScreensForRectangle()
based on the mouse coordinates perhaps.hhariri
edvin
12/30/2016, 11:37 AMedvin
12/30/2016, 11:49 AMMouseInfo.getPointerInfo().location
coordinates are in native pixels, while the JavaFX Screen.getScreens()
returns coordinates according to the scale factor. You might need to convert between the two 😞hhariri
carlw
12/30/2016, 12:41 PMedvin
12/30/2016, 12:42 PM