Fehlerkorrektur.

This commit is contained in:
BerdanInformatik123 2021-05-16 09:18:15 +02:00
parent 3914fae45d
commit e81e1fa165

View file

@ -194,7 +194,7 @@ public class Client1 extends JFrame {
try{
socket = new Socket( "localhost", 1238 );
socket = new Socket( "localhost", 1236 );
oboust = new ObjectOutputStream(socket.getOutputStream());
obinstr = new ObjectInputStream(socket.getInputStream());
print(textArea, "VERBINDUNG HERGESTELLT");