Search:

Type: Posts; User: DivAnder

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,511

    Re: Simple JToolBar Problem

    Apologies, messing around with GridLayout, I managed to fix my problem. Was a simple one line:

    toolbar2.setLayout(new GridLayout(3,1));
  2. Replies
    2
    Views
    1,511

    Simple JToolBar Problem

    Basically I have created a JPanel with one JToolBar at the top (BorderLayout.NORTH), then I made a sidebar on the right(BorderLayout.EAST). Although when I add buttons to said sidebar, they are...
Results 1 to 2 of 2