Search:

Type: Posts; User: GregBrannon

Search: Search took 0.18 seconds.

  1. Thread: Layouts

    by GregBrannon
    Replies
    10
    Views
    1,452

    Re: Layouts

    So you've discovered the beauty and utility of CardLayout. I hope it proves to be as appropriate for you as I imagined it.
  2. Thread: Layouts

    by GregBrannon
    Replies
    10
    Views
    1,452

    Re: Layouts

    Reusing components already in the view as you are now doing is a much better approach than swapping one component for another or adding new ones on the fly.

    If you need this functionality, you can...
  3. Thread: Layouts

    by GregBrannon
    Replies
    10
    Views
    1,452

    Re: Layouts

    It seems you may be adding the subPanel after the GUI is already on the screen. Is that correct? If so, are you revalidate()ing the container? Also, adding/removing components on the fly is...
  4. Thread: Layouts

    by GregBrannon
    Replies
    10
    Views
    1,452

    Re: Layouts

    So now the JPanel you've added to the center can have its own layout to which you can add other containers and components. It helps to draw out what you think the finished GUI should look like then...
  5. Thread: Layouts

    by GregBrannon
    Replies
    10
    Views
    1,452

    Re: Layouts

    How did you get 5 JButtons in the center?
Results 1 to 5 of 5