'The best layout for this image?
I don't know which is the best layout to use for this image, I think maybe grid layout (5*1) may be helpful but I can't add multiple components in one grid layout cell.
Here's the GUI:
Solution 1:[1]
The sections of that column the Currency Exchange GUI seem to be of equal height, which would suggest a single column GridLayout. For unequal height sections, perhaps a GridBagLayout or a BoxLayout as suggested in the comments.
Each of the sections themselves looks to be a default FlowLayout, with a line of components centered with some padding between.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Andrew Thompson |
