Hi.
I'm designing my software based on a 1366x768 resolution, so when I run it on 1920x1080, for instance, I get a lot of empty space inside the tab pages (other than the fact that everything is so small and harder to read). The idea I came up with was to use Java's setScaleX/Y methods on every single node within the form. But:
1. Though it fixes the size, the locations get messed up, and I'm not sure how to fix that since my nodes are "right-anchored" in the form and the node class itself only recognizes a "Left" property.
2. Is there an easier, hassle-free solution?
Thanks a lot in advance.