Browse Source

init branch

Toni
ahren 1 year ago
parent
commit
e7034fc7a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ChatProgramm/controller/GrafikController.java

+ 1
- 1
src/ChatProgramm/controller/GrafikController.java View File

@@ -39,7 +39,7 @@ public class GrafikController extends MouseAdapter implements MouseMotionListene
}
public void registerCommands(){
CommandSend commandSend = new CommandSend(view);
invoker.addCommand(view.getTfNachricht(), commandSend);
invoker.addCommand(view.getTNachricht(), commandSend);
}



Loading…
Cancel
Save