Re: JavaFX application for different resolutions

2014-12-14 Thread Tom Eugelink
Just like with any other application, HTML or Android for example, you can rearrange the layout depending on the screensize and use different icons with less detail, this is called responsive design. HTML offers through CSS support for automatically applying different styles based on the availa

JavaFX application for different resolutions

2014-12-14 Thread Peter Penzov
I'm using Simple JavaFX application on computers with different solution. But on computers with small resolution the appearance is not good. Is there any way to ajust the size of the application according to the screen size? BR, Peter