Changeset 29371 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java
- Timestamp:
- 2013-03-18T21:58:17+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java
r28008 r29371 29 29 OffsetDialogButton button = new OffsetDialogButton(offset); 30 30 button.addActionListener(this); 31 /* JPopupMenu popupMenu = new JPopupMenu(); 32 popupMenu.add(new OffsetInfoAction(offset)); 33 if( !offset.isDeprecated() ) 34 popupMenu.add(new DeprecateOffsetAction(offset)); 35 button.add(popupMenu);*/ 31 36 buttonPanel.add(button); 32 37 } 38 // todo: calibration objects and deprecated offsets button 33 39 JButton cancelButton = new JButton("Cancel"); 34 40 cancelButton.addActionListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.
