Changeset 23382 in osm for applications/editors/josm/plugins/smed_about/src
- Timestamp:
- 2010-09-28T00:43:08+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed_about/src/smed_about/SmedAbout.java
r23261 r23382 12 12 public class SmedAbout implements SmedPluggable{ 13 13 14 private boolean visible = true; 15 14 16 private JPanel jPanel = null; // @jve:decl-index=0:visual-constraint="43,24" 15 17 private JLabel jLabel = null; … … 78 80 } 79 81 82 @Override 83 public String getFileName() { return "smed_about.jar"; } 80 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
