mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Saved skill filter setting of active tables list.
This commit is contained in:
parent
a5bdff6826
commit
022d8790fc
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ public class TablesPanel extends javax.swing.JPanel {
|
||||||
filterButtons = new JToggleButton[]
|
filterButtons = new JToggleButton[]
|
||||||
{btnStateWaiting, btnStateActive, btnStateFinished,
|
{btnStateWaiting, btnStateActive, btnStateFinished,
|
||||||
btnTypeMatch, btnTypeTourneyConstructed, btnTypeTourneyLimited,
|
btnTypeMatch, btnTypeTourneyConstructed, btnTypeTourneyLimited,
|
||||||
btnFormatBlock, btnFormatStandard, btnFormatModern, btnFormatLegacy, btnFormatVintage, btnFormatCommander, btnFormatTinyLeader, btnFormatLimited, btnFormatOther};
|
btnFormatBlock, btnFormatStandard, btnFormatModern, btnFormatLegacy, btnFormatVintage, btnFormatCommander, btnFormatTinyLeader, btnFormatLimited, btnFormatOther,
|
||||||
|
btnSkillBeginner, btnSkillCasual, btnSkillSerious };
|
||||||
|
|
||||||
JComponent[] components = new JComponent[] {chatPanel, jSplitPane1, jScrollPane1, jScrollPane2, topPanel, jPanel3};
|
JComponent[] components = new JComponent[] {chatPanel, jSplitPane1, jScrollPane1, jScrollPane2, topPanel, jPanel3};
|
||||||
for (JComponent component : components) {
|
for (JComponent component : components) {
|
||||||
|
|
Loading…
Reference in a new issue