JavaRanch » Java Forums »
Java »
Swing / AWT / SWT
| Author |
GridBagLayout... Components always centered vertically?
|
Shawn Rieger
Greenhorn
Joined: Sep 05, 2005
Posts: 16
|
|
I have a panel, in it a few components. I've gotten the components inside the panel to line up just how I want them. But when I add the panel to the frame at location 0,0 (Should be Top Left) its still centered vertically on the frame. Why is this? I just want my components to start out in the top left hand corner of my frame and span out from there. How can I do this. My code is below...
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
|
 |
 |
|
|
subject: GridBagLayout... Components always centered vertically?
|
|
|
|