- Timestamp:
- 2017-08-25T19:54:29+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r12645 r12647 581 581 } 582 582 583 /**584 * Called once at startup to initialize the main window content.585 * Should set {@link #menu} and {@link #panel}586 */587 protected abstract void initializeMainWindow();588 589 583 protected static final class InitializationTask implements Callable<Void> { 590 584 -
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r12645 r12647 276 276 } 277 277 278 @Override 278 /** 279 * Called once at startup to initialize the main window content. 280 * Should set {@link #menu} and {@link #mainPanel} 281 */ 279 282 @SuppressWarnings("deprecation") 280 283 protected void initializeMainWindow() {
Note:
See TracChangeset
for help on using the changeset viewer.