import josx.platform.rcx.*; public class HelloWorld2 { public static void main (String[] args) throws Exception { LCD.clear(); TextLCD.print ("hello"); Thread.sleep(2000); TextLCD.print ("world"); Thread.sleep(2000); } }