Saved skill filter setting of active tables list.

This commit is contained in:
LevelX2 2015-06-03 00:11:15 +02:00
parent a5bdff6826
commit 022d8790fc

View file

@ -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) {