研究、分享我学习零售业SAP的历程
------------打造中国第一个零售SAP博客
注释掉代码:
package org.compiere.apps;
public final class ALogin extends JDialog
 implements ActionListener, ChangeListener
{

private void jbInit() throws Exception
 {
**********************
//loginPanel.add(hostLabel,         new GridBagConstraints(0, 2, 1, 1, 0.0, 0.0
  // ,GridBagConstraints.EAST, GridBagConstraints.NONE, new Insets(5, 12, 5, 5), 0, 0));
  //loginPanel.add(hostField,           new GridBagConstraints(1, 2, 3, 1, 1.0, 0.0
  // ,GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(5, 0, 5, 12), 0, 0));
*********************
cbPanel.add(hostField,FlowLayout.LEFT);
*******************************
southPanel.add(cbPanel,BorderLayout.WEST);
mainPanel.add(southPanel, BorderLayout.SOUTH);
**********************

}
}
posted on 2007-06-16 13:27  会东  阅读(361)  评论(0编辑  收藏  举报