mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -31,10 +31,10 @@ public class ViewConstructed extends JPanel {
|
|||||||
private SubButton btnHumanRandomTheme, btnHumanRandomDeck, btnAIRandomTheme, btnAIRandomDeck;
|
private SubButton btnHumanRandomTheme, btnHumanRandomDeck, btnAIRandomTheme, btnAIRandomDeck;
|
||||||
private JList lstDecksAI;
|
private JList lstDecksAI;
|
||||||
private FList lstColorsHuman, lstThemesHuman, lstDecksHuman, lstColorsAI, lstThemesAI;
|
private FList lstColorsHuman, lstThemesHuman, lstDecksHuman, lstColorsAI, lstThemesAI;
|
||||||
|
|
||||||
private final String multi = System.getProperty("os.name").equals("Mac OS X") ? "CMD" : "CTRL";
|
private final String multi = System.getProperty("os.name").equals("Mac OS X") ? "CMD" : "CTRL";
|
||||||
|
|
||||||
private final String colorsToolTip = "Generate deck (Multi-select: "+ multi +")";
|
private final String colorsToolTip = "Generate deck (Multi-select: " + multi + ")";
|
||||||
private final String themeToolTip = "Generate deck with a theme";
|
private final String themeToolTip = "Generate deck with a theme";
|
||||||
private final String decklistToolTip = "Load deck (Decklist: Double Click)";
|
private final String decklistToolTip = "Load deck (Decklist: Double Click)";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user