Search:

Type: Posts; User: mzamboen

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    1,468

    [SOLVED] Re: JPanel GridLayout isn't working

    Nevermind I figured it out.
  2. Replies
    4
    Views
    1,468

    [SOLVED] Re: JPanel GridLayout isn't working

    *right not left my mistake their. The button is on the left, the label is on the right.
  3. Replies
    4
    Views
    1,468

    [SOLVED] Re: JPanel GridLayout isn't working

    Technically it works I don't get any errors but the components in all my JPanels, 1 button and 1 label, are added horizontally instead of vertically. I want the label below the button on each...
  4. Replies
    4
    Views
    1,468

    [SOLVED] JPanel GridLayout isn't working

    I am trying to make JPanels that add components vertically instead of horizontally but I can't get it to work. I used new GridLayout(0,1) and it works for my JFrame so I am confused as to why it...
Results 1 to 4 of 4