1
I have an app that opens a JFrame
, having at the top a JMenuBar
.
Until I call an item from Menubar one JTabbedPane
, is hidden and as soon as a menu item is chosen, a Tabbed with jPanel inside opens.
In this jPanel I have several components such as buttons, textfield, jspinner, jlabel, etc.
It happens that I made the application programming on my pc and, when putting in network for other pcs, the same opens not occupying the screen of the other monitors, for a matter of resolution and screen sizes. It is worth saying that only Jpnael does not open the screen size.
How can I solve this proportionally? So that no component is out of place. Sort of percentage?
Thank you, diegofm. I will try here to adapt your idea. As soon as I finish this post here.
– rafB