Changeset 5829 in josm for trunk/src/JOSM.java
- Timestamp:
- 2013-04-06T14:56:43+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/JOSM.java ΒΆ
r3083 r5829 1 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 2 //Licence: GPL3 4 // Note: The name of the main class will be the name of the application menu on OS X.5 // so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the6 // user, we subclass it with a nicer name "JOSM".7 // An alternative would be to set the name in the plist file---but JOSM usually8 // is not delivered as an OS X Application Bundle, so we have no plist file.9 10 2 import org.openstreetmap.josm.gui.MainApplication; 11 3 4 /** 5 * JOSM main class (entry point of the application).<br/> 6 * 7 * The name of the main class will be the name of the application menu on OS X. 8 * so instead of exposing "org.openstreetmap.josm.gui.MainApplication" to the 9 * user, we subclass it with a nicer name "JOSM". 10 * An alternative would be to set the name in the plist file---but JOSM usually 11 * is not delivered as an OS X Application Bundle, so we have no plist file. 12 * 13 * @since 1023 14 */ 12 15 public class JOSM extends MainApplication {}
Note:
See TracChangeset
for help on using the changeset viewer.