public static void main(String[] args) { Console.run(new Button2(), 200, 75); }
public static void main(String[] args) { Console.run(new SineWave(), 700, 400); }
public static void main(String[] args) { Console.run(new Applet3(), 250, 50); }