forked from External/mage
This commit is contained in:
parent
4fc4eb4630
commit
222b5234da
2 changed files with 19 additions and 5 deletions
|
|
@ -21,12 +21,29 @@ public final class Constants {
|
|||
}
|
||||
|
||||
public static final ImmutableList<Pair<String, String[]>> foulMagicsSets = ImmutableList.of(
|
||||
new Pair<String, String[]>("Set 1 - FDN, Ravnica", new String[] {
|
||||
new Pair<String, String[]>("Set 2 - Phyrexians, Eldrazi, Asians - Oh my!", new String[] {
|
||||
"* March of the Machine Block",
|
||||
"* Phyrexia: All Will Be One Block",
|
||||
"* The Brothers' War Block",
|
||||
"* Dominaria United Block",
|
||||
"* Kamigawa: Neon Dynasty Block",
|
||||
"* Theros Beyond Death Block",
|
||||
"* Strixhaven: School of Mages Block",
|
||||
"* The Lost Caverns of Ixalan Block",
|
||||
"* Ikoria: Lair of Behemoths Block",
|
||||
"* Adventures in the Forgotten Realms Block",
|
||||
"Modern Horizons 3",
|
||||
"The Lord of the Rings: Tales of Middle-earth",
|
||||
"Double Masters 2022",
|
||||
"Rise of the Eldrazi",
|
||||
"Modern Horizons 2"
|
||||
}),
|
||||
new Pair<String, String[]>("Set 1 - In Da Beegeening", new String[] {
|
||||
"* Foundations Block",
|
||||
"* Guilds of Ravnica Block",
|
||||
"* Return to Ravnica Block",
|
||||
}),
|
||||
new Pair<String, String[]>("Set 0.5 - FDN", new String[] {
|
||||
new Pair<String, String[]>("Set 0.5 - Foundationally Gaming", new String[] {
|
||||
"* Foundations Block",
|
||||
})
|
||||
);
|
||||
|
|
|
|||
|
|
@ -755,9 +755,6 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
DefaultComboBoxModel presetModel = new DefaultComboBoxModel<>(setNames.toArray());
|
||||
cbFoulMagicPresets.setModel(presetModel);
|
||||
|
||||
cbFoulMagicPresets.setMaximumSize(new java.awt.Dimension(200, 20));
|
||||
cbFoulMagicPresets.setMinimumSize(new java.awt.Dimension(150, 20));
|
||||
cbFoulMagicPresets.setPreferredSize(new java.awt.Dimension(175, 20));
|
||||
tbColor.add(cbFoulMagicPresets);
|
||||
|
||||
btnFoulMagicPreset.setIcon(new javax.swing.ImageIcon(getClass().getResource("/buttons/brick.png"))); // NOI18N
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue