equal
deleted
inserted
replaced
42 private static JScrollBar sbar; |
42 private static JScrollBar sbar; |
43 |
43 |
44 public static void main(String[] args) throws Exception { |
44 public static void main(String[] args) throws Exception { |
45 SunToolkit toolkit = (SunToolkit) Toolkit.getDefaultToolkit(); |
45 SunToolkit toolkit = (SunToolkit) Toolkit.getDefaultToolkit(); |
46 Robot robot = new Robot(); |
46 Robot robot = new Robot(); |
47 robot.setAutoDelay(50); |
47 robot.setAutoDelay(350); |
48 |
48 |
49 SwingUtilities.invokeAndWait(new Runnable() { |
49 SwingUtilities.invokeAndWait(new Runnable() { |
50 |
50 |
51 public void run() { |
51 public void run() { |
52 createAndShowGUI(); |
52 createAndShowGUI(); |