Skip to main content

How do I make a GUI that looks like the attached picture of a simple stock market app?



Using these layouts; FlowLayout, BoxLayout, GridLayout, BorderLayout and GridBagLayout im trying to make my GUI look like below. I tried Flow, Grid and Border but I couldn't make it look the same.





enter image description here


Comments