add new set
All checks were successful
/ example-docker-compose (push) Successful in 16m46s

This commit is contained in:
Failure 2025-01-11 20:13:38 -08:00
parent 4fc4eb4630
commit 222b5234da
2 changed files with 19 additions and 5 deletions

View file

@ -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",
})
);

View file

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