Changeset 18690 in josm for trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java
- Timestamp:
- 2023-03-13T21:59:27+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java
r18208 r18690 117 117 I18n.init(); 118 118 // initialize the platform hook, and 119 // call the really early hook before weanything else119 // call the really early hook before anything else 120 120 PlatformManager.getPlatform().preStartupHook(); 121 121 … … 150 150 151 151 if (createGui) { 152 GuiHelper.runInEDTAndWaitWithException( () ->setupGUI());152 GuiHelper.runInEDTAndWaitWithException(this::setupGUI); 153 153 } 154 154 }
Note:
See TracChangeset
for help on using the changeset viewer.
