Ticket #1566: screen.patch

File screen.patch, 605 bytes (added by christoph_seitz@…, 17 years ago)

Patch for the Problem

  • src/org/openstreetmap/josm/gui/SplashScreen.java

    ### Eclipse Workspace Patch 1.0
    #P JOSM
     
    106106                addMouseListener(new MouseAdapter() {
    107107                        public void mousePressed(MouseEvent event) {
    108108                                try {
    109                                         SwingUtilities.invokeAndWait(closerRunner);
     109                                        closerRunner.run();
    110110                                } catch (Exception e) {
    111111                                        e.printStackTrace();
    112112                                        // can catch InvocationTargetException