| Author |
configure cell size in GridBagLayout
|
Tariq Ahsan
Ranch Hand
Joined: Nov 03, 2003
Posts: 116
|
|
|
How can I setup the cell size in GridBagLayout?
|
 |
Stuart Gray
Ranch Hand
Joined: Apr 21, 2005
Posts: 410
|
|
|
If I understand you correctly, you need to use the gridwidth and gridheight variables, e.g: layout.gridwidth = 2;
|
 |
 |
|
|
subject: configure cell size in GridBagLayout
|
|
|