GridBag Layout Manager 中GridBagConstraints类有两个属性:weightx 和weighty, 它的作用是:如果frame的大小改变时,frame中的控件可以自动添充空白的部分, 但是无论weightx和weighty设为1还是100,效果都是一样的,我看了一些介绍都说的不清不楚, 请高手帮我解释一下。 在AWT中 ...
Hi guys!<BR><BR>I have a bit of a component layout problem. See the below image:<BR><BR>View image: http://darkpro.dyndns.org/pictures/other/help/01.gif <BR><BR>As ...