01: /*
02: * Created by IntelliJ IDEA.
03: * User: Jacques
04: * Date: Mar 27, 2005
05: * Time: 10:05:10 AM
06: */
07: package com.technoetic.xplanner.views;
08:
09: public class IconConstants {
10: public static final String STATUS_COMPLETED_ICON = "/images/status_completed.gif";
11: public static final String STATUS_STARTED_ICON = "/images/status_started.gif";
12: public static final String STATUS_OPEN_ICON = "/images/spacer.gif";
13: }
|