JavaFX does not seem to have a concept for a screen resolution independent definition of a GUI. Just beeing able to query the screen size and resolution and maybe scaling the scene is not enough. Android has built-in support for this and I am wondering why JavaFX does not. (See, e.g. http://developer.android.com/guide/practices/screens_support.html)
- blocks
-
JDK-8101788 Support for Hi-DPI displays
-
- Resolved
-
- duplicates
-
JDK-8091832 Provide a Screen.getScale method for Hi-DPI screens
-
- Resolved
-