add(passwordField);
add(loginName);
add(connectionType);
add(applyButton);
Background background = new StandardBackground(false, rectangle, -1);
add((Component) background);
background.setBounds(0, 0, rectangle.width, rectangle.height);
applyButton.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent e) {