Ejemplo n.º 1
0
 public static void main(String[] args) throws LineUnavailableException {
   Tone.sound(440, 1000, 1);
   scale(440, 2);
   try {
     Thread.sleep(1000);
   } catch (InterruptedException e) {
     e.printStackTrace();
   }
   rand(30000, 2);
 }