» 
Java Layouts
We just got into the graphical part of Java in our CS class. For our assignment, we need to make the "microwave" attached below.
So, how exactly do you go about doing that?
I thought about starting the container out as a grid, but I don't know if there is a way to put a panel in a grid. So, I tried a border layout, but that gives me uneven divisions of the container.
Anyone have some advice for me? Thanks!
|