- CheckStyle.

This commit is contained in:
Chris
2012-01-24 16:10:37 +00:00
parent 0e12b40cc2
commit 208eed2b34

View File

@@ -31,10 +31,10 @@ public class ViewConstructed extends JPanel {
private SubButton btnHumanRandomTheme, btnHumanRandomDeck, btnAIRandomTheme, btnAIRandomDeck;
private JList lstDecksAI;
private FList lstColorsHuman, lstThemesHuman, lstDecksHuman, lstColorsAI, lstThemesAI;
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 decklistToolTip = "Load deck (Decklist: Double Click)";