예제 #1
0
파일: Button2.java 프로젝트: ktw14/vitoex
 public static void main(String[] args) {
   Console.run(new Button2(), 200, 75);
 }
예제 #2
0
파일: SineWave.java 프로젝트: haomen/refs
 public static void main(String[] args) {
   Console.run(new SineWave(), 700, 400);
 }
예제 #3
0
파일: Applet3.java 프로젝트: haomen/refs
 public static void main(String[] args) {
   Console.run(new Applet3(), 250, 50);
 }