.getPriority() == 1 ? "/icons/task.gif"
: "/icons/task2.gif");
res = new ImageIcon(getClass().getResource(path));
break;
case 2: // info
TaskInfo info = t.getTaskInfo();
if (info != null) {
if (info instanceof Delay) {
int type = ((Delay) info).getType();
if (type == Delay.NORMAL)
res = new ImageIcon(getClass().getResource(