!747 !1000805 // awt !image classes m { !include #1001425 // ShowBigText static int delay = 2000; static volatile boolean up; // make translator happy... !include #2000515 // unquote !include #1000709 // formatSnippetID p { new ShowBigText sbt; while (true) { up = centralServerUp(5000); sbt.title = (up ? "Up" : "Down") + ": Server"; sbt.background = up ? Color.green : Color.red; sbt.showText(up ? "UP" : "DOWN"); sleep(delay); } } }