Lines Matching refs:Button
43 public static Button otherButton1 = new Button("Other Button 1");
44 public static Button otherButton2 = new Button("Other Button 2");
45 public static Button otherButton3 = new Button("Other Button 3");
46 public static Button testButton1 = new Button("Test Button 1");
47 public static Button testButton2 = new Button("Test Button 2");
48 public static Button testButton3 = new Button("Test Button 3");
70 } else if (cls == Button.class) {
71 System.out.println(e.paramString() + " on <" + ((Button)src).getLabel() + ">");
112 Button[] butArr = new Button[] {testButton3, testButton2, testButton1};
201 TestWindow(Frame owner, Button otherButton, Button testButton, int x, int y) {