@@ -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); | |||
} | |||