!747 !1000805 // awt !image classes m { !include #1001425 // ShowBigText static int delay = 2000; static volatile boolean up; p { new ShowBigText sbt; while (true) { up = remoteBotsUp(5000); sbt.title = (up ? "Up" : "Down") + ": Remote Bots"; sbt.background = up ? Color.green : Color.red; sbt.showText(up ? "UP" : "DOWN"); sleep(delay); } } }