Search:

Type: Posts; User: ChristopherLowe

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    1,505

    [SOLVED] Re: JFrame + JPanel design question

    Since your code clearly illustrates intermediate level I would strongly recommend branching off into other languages. C# .NET is very powerful so it's worth being familiar with at the least. As to...
  2. Replies
    10
    Views
    1,505

    [SOLVED] Re: JFrame + JPanel design question

    Netbeans auto-generate's the graphical interface, similarly but not as clearly or robustly as Visual Studio does. The issue with it is later on when you want to modify the view it will be a real...
  3. Replies
    10
    Views
    1,505

    [SOLVED] Re: JFrame + JPanel design question

    BorderLayout doesn't quiet fit your requirements. A combination of layouts will be more appropriate. Here is something I hashed out quickly using three BoxLayouts; one for the left, one for the...
Results 1 to 3 of 3