Ticket #19290: #19290_--_Splash_screen_with_look_and_feel.patch

File #19290_--_Splash_screen_with_look_and_feel.patch, 1008 bytes (added by hiddewie, 6 years ago)
  • src/org/openstreetmap/josm/gui/MainApplication.java

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    868868
    869869        setupCallbacks();
    870870
     871        setupUIManager();
     872
    871873        final SplashScreen splash = GuiHelper.runInEDTAndWaitAndReturn(SplashScreen::new);
    872874        // splash can be null sometimes on Linux, in this case try to load JOSM silently
    873875        final SplashProgressMonitor monitor = splash != null ? splash.getProgressMonitor() : new SplashProgressMonitor(null, e -> {
     
    902904        }
    903905
    904906        monitor.indeterminateSubTask(tr("Setting defaults"));
    905         setupUIManager();
    906907        toolbar = new ToolbarPreferences();
    907908        ProjectionPreference.setProjection();
    908909        setupNadGridSources();