• 0

[JAVA] Swing Layout


Question

For once I actually got the code working perfectly, but I need to fix up the layout of my program before I can hand it in. Here is what the GUI is supposed to look like:

post-33280-1110700306.jpg

My real weakness in programming is GUI layouts, especially with Swing. Here is what I have working:

post-33280-1110700695.jpg

Any help would be appreciated. And no you wouldn't really be doing my homework for me, the GUI appearance isn't being marked, but I'm a perfectionist.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Well I've been using panels and containers, and I can get the same general layout, but it shows up with the buttons being half the size of the window. Swing is just an intro in this course, the next one goes very in-depth. We've only done FlowLayout and GridLayout, and those are the only two that I am allowed to use.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.