forked from External/mage
Accidentaly removed buttons on previous commit. Fixed white chat in tournament waiting dialog.
This commit is contained in:
parent
f0d6ad73ae
commit
8404d3be25
2 changed files with 7 additions and 0 deletions
|
|
@ -178,6 +178,10 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
// adds buttons (don't delete this)
|
||||
new ButtonColumn(tableTables, joinTable, 6);
|
||||
new ButtonColumn(tableCompleted, replayMatch, 5);
|
||||
}
|
||||
|
||||
public Map<String, JComponent> getUIComponents() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue