Search:

Type: Posts; User: Harry Blargle

Search: Search took 0.09 seconds.

  1. Re: problem with BoxLayout and JTextField

    setPreferredSize doesn't do anything here, setMaximumSize does work. I'm still confused why the first example does work though, since I can't see any real difference between the two examples.
  2. problem with BoxLayout and JTextField

    I have a weird problem with laying out some JTextFields.

    This code works right:


    JPanel setbuttonpanel = new JPanel();
    setbuttonpanel.setLayout( new...
Results 1 to 2 of 2