package josx.platform.rcx; /******* * mimic some of the leJOS Sound class * ***/ public class Sound { public static void beepSequence(){ System.out.println(" (You hear a seqence of beeps.)"); } }