- Timestamp:
- 2015-02-15T20:19:38+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r7912 r8069 74 74 super(tr("Geotagged Images"), "geoimage", tr("Display geotagged images"), Shortcut.registerShortcut("tools:geotagged", 75 75 tr("Tool: {0}", tr("Display geotagged images")), KeyEvent.VK_Y, Shortcut.DIRECT), 200); 76 76 build(); 77 MapView.addLayerChangeListener(this); 78 } 79 80 protected void build() { 77 81 JPanel content = new JPanel(); 78 82 content.setLayout(new BorderLayout()); … … 184 188 content.add(bottomPane, BorderLayout.SOUTH); 185 189 186 add(content, BorderLayout.CENTER); 187 188 MapView.addLayerChangeListener(this); 190 createLayout(content, false, null); 189 191 } 190 192
Note:
See TracChangeset
for help on using the changeset viewer.