}
});
input.setOpaque(false);
input.setBackground(new Color(255, 255, 255, 8));
TextPrompt tp = new TextPrompt(_("Type to chat"), input);
tp.setShow(Show.FOCUS_LOST);
tp.changeStyle(Font.ITALIC);
tp.changeAlpha(0.4f);
messagesPane = new JTextPane();
messagesPane.setEditorKit(new WrapEditorKit());
messagesPane.setFocusable(false);
messagesPane.setOpaque(false);