replace icon for selecting deck in deck editor.

master
Lodici 2014-07-20 19:50:32 +01:00
parent a503dca5e9
commit 1d834dcf57
3 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

View File

@ -41,6 +41,7 @@ public class IconImages {
public static final ImageIcon SPELLS_ICON = loadIcon("w_spells.png");
public static final ImageIcon EDIT_ICON = loadIcon("w_edit.png");
public static final ImageIcon HELP_ICON = loadIcon("w_help.png");
public static final ImageIcon OPEN_ICON = loadIcon("w_open.png");
public static final ImageIcon ARENA=loadIcon("arena.png");
public static final ImageIcon ANY=loadIcon("any.png");

View File

@ -100,8 +100,8 @@ public class DeckEditorScreen
final List<MenuButton> buttons = new ArrayList<MenuButton>();
buttons.add(
new ActionBarButton(
IconImages.LOAD_ICON,
"Load Deck", "Load saved or prebuilt deck from file.",
IconImages.OPEN_ICON,
"Select Deck", "Select an existing prebuilt or custom deck.",
new AbstractAction() {
@Override
public void actionPerformed(final ActionEvent e) {