What language to use for responsive desktop applications [closed]

1

Good afternoon, I have an application written in java that I need to use in different operating systems, and at different resolutions, the problem is that neither Swing nor JavaFX offer a layout that serves me (or I did not know how to use them) for the design I need to have , and even so I am left with the inconvenience that comes with the font size when moving to the high resolutions that notebooks bring today. Try to divide the panels into more subpanels, each one with a different layout trying to adapt, but the design is rough, and when you stretch the frame you see how everything is distorted, and some elements instead of better fitting simply generate empty spaces between them .

An example of a panel is this:

So, what I need to know is if there is a framework that allows me to do these simpler things, or if I pass directly to another language, as the only requirement I have the ones mentioned above (adaptable to resolutions, as if it were a web app ), and that the transmission of UDP packets can be handled correctly.

    
asked by Christian Barcelo 04.01.2017 в 15:01
source

0 answers