I have an application that opens a JFrame
, having at the top a JMenuBar
.
Until I call a MenuBar item a JTabbedPane
is hidden and as soon as a menu item is chosen, a Tabbed with jPanel is opened.
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 networking other pcs, it opens not occupying the screen of other monitors, for the sake of resolution and screen sizes. It is worth mentioning that only JPnael does not open the screen size.
How can I solve this in a proportional way? So that no component is out of place. Half what percentage?