Server console - Some updates to Admin handling.

This commit is contained in:
LevelX2 2014-08-18 17:56:21 +02:00
parent 43e82b7a1a
commit a6332e6505
6 changed files with 22 additions and 6 deletions

View file

@ -411,7 +411,7 @@ public class ConnectDialog extends JDialog {
connection.setHost(this.txtServer.getText());
connection.setPort(Integer.valueOf(this.txtPort.getText()));
connection.setPassword(new String(txtPassword.getPassword()));
connection.setUsername("Admin");
connection.setProxyType((ProxyType) this.cbProxyType.getSelectedItem());
if (!this.cbProxyType.getSelectedItem().equals(ProxyType.NONE)) {
connection.setProxyHost(this.txtProxyServer.getText());