Search:

Type: Posts; User: Cornix

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,331

    Re: Toolbar max width

    I have actually made a small test program which shows my problem:

    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.EventQueue;

    import javax.swing.JFrame;
    import...
  2. Replies
    1
    Views
    1,331

    Toolbar max width

    Hi there.

    I am really struggling with a toolbar right now. No matter what I try it just wont accept its maximum width.

    This is how it is build:
    1) JToolBar (flow layout)
    2) A JTabbedPane...
Results 1 to 2 of 2