Novicane All American 15416 Posts user info edit post |
without using absolute postioning, I am trying to place two buttons on the bottom of my JPanel (control panel) that is set on the right side.
I have a panel of radio buttons inside of the control panel.
at the bottom of my control panel I want two buttons. When I add the button panel to the control panel (using p.add(buttonPanel, BorderLayout.SOUTH); // P is ControlPanel) it only places them just below my radio button panel. Maybe a couple of pixel below and not at the bottom.
I tried adding in a temp panel for CENTER but it didn't work.
[Edited on January 30, 2006 at 6:18 AM. Reason : ff]1/30/2006 6:17:18 AM |