|
|
|
@ -185,7 +185,9 @@ private void init(String userId, String server)
|
|
|
|
this.defaultPort.setSelected(true);
|
|
|
|
this.defaultPort.setSelected(true);
|
|
|
|
this.passwordNotRequired.setSelected(true);
|
|
|
|
this.passwordNotRequired.setSelected(true);
|
|
|
|
this.useSecureConnection.setSelected(true);
|
|
|
|
this.useSecureConnection.setSelected(true);
|
|
|
|
this.portField.setText(this.useSecureConnection.isSelected() ? DEFAULT_SECURE_PORT : DEFAULT_PLAINTEXT_PORT);
|
|
|
|
this.portField
|
|
|
|
|
|
|
|
.setText(this.useSecureConnection.isSelected() ? DEFAULT_SECURE_PORT
|
|
|
|
|
|
|
|
: DEFAULT_PLAINTEXT_PORT);
|
|
|
|
|
|
|
|
|
|
|
|
this.nickExampleLabel.setForeground(Color.GRAY);
|
|
|
|
this.nickExampleLabel.setForeground(Color.GRAY);
|
|
|
|
this.nickExampleLabel.setFont(
|
|
|
|
this.nickExampleLabel.setFont(
|
|
|
|
|