Relative Content

Tag Archive for javauser-interfacejavafxgraphicsscreen-resolution

Screen resolution scale in JavaFx game

I’m creating a board game in JavaFx, and it works fine in my desktop PC, with a 1920×1080 screen. When i try to open it in my Laptop (which is 1920×1080 as well, but with the default screen size at 125%, it stops working). The only way to make the app work is to run it on a 1920×1080 screen with default scree size at 100%