Redesigned handling of chat start message.

This commit is contained in:
LevelX2 2013-09-05 16:25:14 +02:00
parent a97d019ca5
commit 7f6eca171e
6 changed files with 72 additions and 14 deletions

View file

@ -118,6 +118,7 @@ public class TablesPanel extends javax.swing.JPanel {
tableTables.createDefaultColumnsFromModel();
chatPanel.useExtendedView(ChatPanel.VIEW_MODE.NONE);
chatPanel.setBorder(null);
chatPanel.setChatType(ChatPanel.ChatType.TABLES);
JComponent[] components = new JComponent[] {chatPanel, jSplitPane1, jScrollPane1, jScrollPane2, jPanel1, jPanel3};
for (JComponent component : components) {