Blocks :
|
|
Duplicate :
|
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)
|