注释掉代码:
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);
**********************
}
}