Hi everyone
I'm trying to develop an applet using JApplet. As the layout manager I
decided to use GridBagLayout. My layout will consist mainly of 7 JComboBox's
in a single row and one JTable beneath them.
My problem is, I can't even put the JComboBox's on the top of the
Applet. Everytime I do the add method, they stay put in the middle of the
Applet. I've tried setting GridBagConstrai nts.gridy = 0 but it didn't do me
any good.
Any help would be welcome, especially code examples or links
Thank you very much
Rui Pacheco
I'm trying to develop an applet using JApplet. As the layout manager I
decided to use GridBagLayout. My layout will consist mainly of 7 JComboBox's
in a single row and one JTable beneath them.
My problem is, I can't even put the JComboBox's on the top of the
Applet. Everytime I do the add method, they stay put in the middle of the
Applet. I've tried setting GridBagConstrai nts.gridy = 0 but it didn't do me
any good.
Any help would be welcome, especially code examples or links
Thank you very much
Rui Pacheco
Comment