Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,509

    [SOLVED] Re: JFrame + JPanel design question

    I would suggest a modular approach by building the GUI part of the program and the networking part of the program separately, and then wiring the networking part into the GUI. The reason I suggest...
  2. Replies
    10
    Views
    1,509

    [SOLVED] Re: JFrame + JPanel design question

    I've never been a fan of the auto-gen gui builders. I've also never really been a fan of java's available layout managers, so I created my own. SpringLayout is by far the most flexible layout manager...
Results 1 to 2 of 2