This commit is contained in:
magenoxx 2010-10-22 11:54:23 +00:00
parent 6abd8230a7
commit 5392b92c38
12 changed files with 220 additions and 68 deletions

View file

@ -58,6 +58,8 @@ public class ChatPanel extends javax.swing.JPanel {
/** Creates new form ChatPanel */
public ChatPanel() {
initComponents();
jScrollPane1.setOpaque(false);
jScrollPane1.getViewport().setOpaque(false);
}
public void connect(UUID chatId) {