Changes between Version 62 and Version 63 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- May 28, 2012 2:39:54 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v62 v63 61 61 }}} 62 62 63 You don't have to derive the plugin main class from a common superclass but currently you are '''recommended''' to derive it from [source:/trunk/src/org/openstreetmap/josm/plugins/Plugin.java org.openstreetmap.josm.plugin .Plugin].63 You don't have to derive the plugin main class from a common superclass but currently you are '''recommended''' to derive it from [source:/trunk/src/org/openstreetmap/josm/plugins/Plugin.java org.openstreetmap.josm.plugins.Plugin]. 64 64 65 65 {{{


