3、blPrompt.setAlignment(Label.LEFT);BtnConn = new Button("连接");BtnClose = new Button("断开");BtnClose.enable(false);TxtUID = new TextField("",15);TxtPWD = new TextField("",15);TxtPWD.setEchoCharacter(’*’);TxtHost = new TextField("",20);Label LblUID = new Label("User ID:");Label LblPWD = new Label("PWD:"
4、);Label LblHost = new Label("Host:");lsArea = new TextArea(30,80);lsArea.setEditable(false);GBC.gridwidth= GridBagConstraints.REMAINDER;GBC.fill = GridBagConstraints.HORIZONTAL;((GridBagLayout)getLayout()).setConstraints(LblPrompt,GBC);add(LblPrompt);GBC.gridwidth=1;((GridBagLayout)getLayout()).