Changeset 3959 in josm
- Timestamp:
- 2011-03-06T12:27:40+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r3815 r3959 215 215 monitor.worked(1); 216 216 217 if (RemoteControl.PROP_REMOTECONTROL_ENABLED.get()) {218 RemoteControl.start();219 }220 221 217 monitor.indeterminateSubTask(tr("Creating main GUI")); 222 218 JFrame mainFrame = new JFrame(tr("Java OpenStreetMap Editor")); … … 274 270 275 271 main.postConstructorProcessCmdLine(args); 272 276 273 } 277 274 }); 275 276 if (RemoteControl.PROP_REMOTECONTROL_ENABLED.get()) { 277 RemoteControl.start(); 278 } 279 278 280 } 279 281
Note:
See TracChangeset
for help on using the changeset viewer.