Added dungeoneering, hunter and minigames as category

This commit is contained in:
JKetelaar
2014-10-20 14:32:03 +02:00
parent 2aa3a601e0
commit b26a021b38
5 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ public class Directories {
private static Map<String, File> cached;
static {
cached = new HashMap<String, File>();
cached = new HashMap<>();
switch (OperatingSystem.getOS()) {
case WINDOWS:
cached.put("Root", new JFileChooser().getFileSystemView().getDefaultDirectory());
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

@@ -16,7 +16,7 @@ import java.util.HashMap;
public enum Category
{
AGILITY, COMBAT, COOKING, CRAFTING, CONSTRUCTION, FARMING, FIREMAKING, FISHING, FLETCHING, HERBLORE, HUNTER, MAGIC, MINING, OTHER, PRAYER, RUNECRAFTING, SLAYER, SMITHING, THIEVING, UTILITY, WOODCUTTING;
AGILITY, COMBAT, COOKING, CRAFTING, CONSTRUCTION, DUNGEONEERING, FARMING, FIREMAKING, FISHING, FLETCHING, HERBLORE, HUNTER, MAGIC, MINIGAMES, MINING, OTHER, PRAYER, RUNECRAFTING, SLAYER, SMITHING, THIEVING, UTILITY, WOODCUTTING;
/**
* Gets image belonging to this category