JavaFX application for different resolutions
Tom Eugelink
tbee at tbee.org
Sun Dec 14 16:18:19 UTC 2014
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 available space (http://en.wikipedia.org/wiki/Responsive_web_design). Hendrik Ebbers tried to do something similar with ResponsiveFX (http://www.guigarage.com/2014/11/responsive-design-javafx/). In the end you still have to engineer your application so it can be responsive, supporting tools and techniques or not.
Tom
On 14-12-2014 16:07, Peter Penzov wrote:
> 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
More information about the openjfx-dev
mailing list