How to set size for JComboBox  
Author Message
Bobby





PostPosted: 2005-1-7 23:42:00 Top

java-programmer, How to set size for JComboBox Hi all,

I am developing an application, which will have two JComboBoxes and
two JTables, and i am using gridbag layout.

when the initial string for JComboBox is small enough then these
sets(JComboBox and JTable) are divided equally, when the initially
string is big then the two sets(JComboBox and JTable) are not divided
equally, how can i divide them equally irrespective of the string
length.

I used the setSize(),setPreferredSize(),and setMaximumSize() for
JComboBox but there is no result ,
Plz help me,

Thanks in advance
dwurity

 
Bobby





PostPosted: 2005-1-7 23:43:00 Top

java-programmer >> How to set size for JComboBox Hi all,

I am developing an application, which will have two JComboBoxes and two
JTables, and i am using gridbag layout.

when the initial string for JComboBox is small enough then these
sets(JComboBox and JTable) are divided equally, when the initially
string is big then the two sets(JComboBox and JTable) are not divided
equally, how can i divide them equally irrespective of the string
length.

I used the setSize(),setPreferredSize(),and setMaximumSize() for
JComboBox but there is no result ,
Plz help me,

Thanks in advance
dwurity

 
John St. Ledger





PostPosted: 2005-1-8 3:17:00 Top

java-programmer >> How to set size for JComboBox In article <email***@***.com>,
"Bobby" <email***@***.com> wrote:

> Hi all,
>
> I am developing an application, which will have two JComboBoxes and two
> JTables, and i am using gridbag layout.
>
> when the initial string for JComboBox is small enough then these
> sets(JComboBox and JTable) are divided equally, when the initially
> string is big then the two sets(JComboBox and JTable) are not divided
> equally, how can i divide them equally irrespective of the string
> length.
>
> I used the setSize(),setPreferredSize(),and setMaximumSize() for
> JComboBox but there is no result ,
> Plz help me,
>
> Thanks in advance
> dwurity
>

I can't tell from your description what you are trying to do, but you
might want to look at GridBadConstraints.fill. This can be used to
"fill" the grid cell with the component.

John

--
John St. Ledger | "Every calculation based on experience elsewhere,
| fails in New Mexico."
|
| Lew Wallace, Territorial Gov., 1878-81