mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
clean code and comment
This commit is contained in:
parent
8753cfeb67
commit
e7b9d30f39
2 changed files with 1 additions and 3 deletions
|
@ -665,7 +665,7 @@
|
|||
<Component id="cardCountLabel" min="-2" max="-2" attributes="0"/>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
<Component id="cardCount" min="-2" pref="48" max="-2" attributes="0"/>
|
||||
<EmptySpace pref="139" max="32767" attributes="0"/>
|
||||
<EmptySpace max="32767" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
|
|
|
@ -306,7 +306,6 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return filter;
|
||||
}
|
||||
|
@ -1495,7 +1494,6 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
private JTable mainTable;
|
||||
private ICardGrid currentView;
|
||||
|
||||
//private CheckBoxList langList = null;
|
||||
private CheckBoxList listCodeSelected;
|
||||
private javax.swing.JComboBox<String> cbSetTag;
|
||||
// Variables declaration - do not modify//GEN-BEGIN:variables
|
||||
|
|
Loading…
Reference in a new issue