Defaults login port to 44453

This commit is contained in:
Josh Larson
2016-01-10 12:26:24 -06:00
parent e776df9506
commit e0dd8671d4

View File

@@ -46,7 +46,7 @@ public class Forwarder extends Application implements ConnectionCallback {
public Forwarder() {
executor = Executors.newSingleThreadExecutor();
connections = new Connections(InetAddress.getLoopbackAddress(), 44463, 0);
connections = new Connections();
serverIpField = new TextField(connections.getRemoteAddress().getHostAddress());
serverPortField = new TextField(Integer.toString(connections.getRemotePort()));
serverSetButton = new Button("Set");