chat.setEditable(false);
chat.setWrapStyleWord(true);
chat.setLineWrap(true);
chatInput = new TranslucentJTextField(0.0f);
chatInput.setActionCommand("send");
chatInput.addActionListener(this);
JPanel inchat = new TranslucentJPanel(new BorderLayout(),0.1f);