Update of /cvsroot/jprojecttimer/jprojecttimer/de/cgarbs/apps/jprojecttimer
In directory usw-pr-cvs1:/tmp/cvs-serv10846/jprojecttimer/de/cgarbs/apps/jprojecttimer
Modified Files:
GanttDesign.java
Log Message:
To prevent resource check errors
Index: GanttDesign.java
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/de/cgarbs/apps/jprojecttimer/GanttDesign.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GanttDesign.java 11 Jun 2002 14:05:40 -0000 1.1
--- GanttDesign.java 12 Jun 2002 14:25:40 -0000 1.2
***************
*** 56,59 ****
--- 56,68 ----
ganttColor[i] = c;
}
+ // These lines are necessary for resource files checking
+ // DO NOT REMOVE
+ // Resource.get("backColor")
+ // Resource.get("headColor")
+ // Resource.get("linesColor")
+ // Resource.get("textColor")
+ // Resource.get("arrowColor")
+ // Resource.get("taskDoneColor")
+ // Resource.get("taskToDoColor")
}
|