How to set size for JComboBox

B

Bobby

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
 
J

John St. Ledger

Bobby said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top