I have a frame sized 640x480, which I want to divide horizontally into 2 parts, one taking 1/3 of the total width and the other the rest. The former section will contain some buttons, the latter some TextFields.
I've been trying GridBagLayout and BoxLayout but I am not able to get the 1/3 - 2/3 division.




Reply With Quote