Ticket #1566: screen.patch
File screen.patch, 605 bytes (added by , 17 years ago) |
---|
-
src/org/openstreetmap/josm/gui/SplashScreen.java
### Eclipse Workspace Patch 1.0 #P JOSM
106 106 addMouseListener(new MouseAdapter() { 107 107 public void mousePressed(MouseEvent event) { 108 108 try { 109 SwingUtilities.invokeAndWait(closerRunner);109 closerRunner.run(); 110 110 } catch (Exception e) { 111 111 e.printStackTrace(); 112 112 // can catch InvocationTargetException