forked from External/mage
Redesigned handling of chat start message.
This commit is contained in:
parent
a97d019ca5
commit
7f6eca171e
6 changed files with 72 additions and 14 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue