aktuellster Stand nach Stunde
This commit is contained in:
parent
0548fee0a4
commit
3604e5469e
@ -5,15 +5,22 @@
|
||||
|
||||
package ChatProgramm.controller.commands;
|
||||
|
||||
import ChatProgramm.util.OhmLogger;
|
||||
import ChatProgramm.view.ChatView;
|
||||
import java.util.logging.Logger;
|
||||
import javax.swing.JTextField;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author ahren
|
||||
*/
|
||||
public class CommandSend implements CommandInterface
|
||||
{
|
||||
public CommandSend()
|
||||
private static Logger lg = OhmLogger.getLogger();
|
||||
private JTextField tfNachricht;
|
||||
public CommandSend(ChatView view)
|
||||
{
|
||||
|
||||
tfNachricht = view.getTfNachricht();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user