summaryrefslogtreecommitdiff
path: root/src/Client/UserInterface.java
diff options
context:
space:
mode:
authorDor Bivas <dor1_b@walla.com>2014-02-05 00:45:21 +0200
committerDor Bivas <dor1_b@walla.com>2014-02-05 00:46:20 +0200
commita838cac88d43a4fbcccce5afedb70c9c3e76ed34 (patch)
treed401566a1ad51cd91ffd44352efe092a60af59ef /src/Client/UserInterface.java
parentb63b2f3b7f48abfb0cd14a4407d38e84f5b7ee38 (diff)
* adding to the previos commit 2 below ^^
* scroll box is now working . * Escape button closing socket and working. * ALT + C connecting channel.
Diffstat (limited to 'src/Client/UserInterface.java')
-rw-r--r--src/Client/UserInterface.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Client/UserInterface.java b/src/Client/UserInterface.java
index 4dedc44..1e898fc 100644
--- a/src/Client/UserInterface.java
+++ b/src/Client/UserInterface.java
@@ -149,13 +149,13 @@ public class UserInterface extends JFrame implements ActionListener, KeyListener
output.append("You've connect to the server succesufully" + "\n");
counterClick++;
this.send.setEnabled(true);
- this.connect.setEnabled(false);
+ this.connect.setEnabled(false);
}
}
- public void keyReleased(KeyEvent arg0) {}
+ public void keyReleased(KeyEvent arg0) {}
public void keyTyped(KeyEvent arg0) {}
}