Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    2,925

    Re: Beginner java programmer!

    If you use a GridLayout there is now "flowing" in each cell. Unless you do as I say and add a JPanel with FlowLayout in the grid. Otherwise whatever you add to the grid at that location will occupy...
  2. Replies
    8
    Views
    2,925

    Re: Beginner java programmer!

    You can use multiple panels each with their own layout manager. What I do is have one main panel. Then add as many subpanels as needed. You can go as deep as you like with how many panels you use.
Results 1 to 2 of 2