public static final int STATE_STOPPED_OK = 2;\r
public static final int STATE_CANCELLED_OK = 3;\r
public static final int STATE_STOPPED_ERROR = 4;\r
+ public static final int STATE_STOPPED_SERVERERROR = 5;\r
int currentStatus = STATE_QUEUING;\r
Image image;\r
int angle = 0;\r
break;\r
\r
case STATE_STOPPED_ERROR:\r
- g.drawString(title.concat(" - error!"), 60, 30);\r
+ g.drawString(title.concat(" - job error!"), 60, 30);\r
+ break;\r
+ case STATE_STOPPED_SERVERERROR:\r
+ g.drawString(title.concat(" - Server Error! (try later)"), 60, 30);\r
break;\r
}\r
\r