|
Thank you very much for your help. I removed the lines you suggested but Cannot figure out how to do the boolean flag.
In the ChatGUI I left empty the
send.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
because I do not know what to put in it.
in addition I cannot run the chat anymore as
I have this
Exception in thread "Thread-2" java.lang.NullPointerException
at Chatpack.Send.run(Send.java:63)
Could you help me with this
again thank you
|