source: josm/trunk/src/JOSM.java@ 3872

Last change on this file since 3872 was 3083, checked in by bastiK, 14 years ago

added svn:eol-style=native to source files

  • Property svn:eol-style set to native
File size: 571 bytes
Line 
1// License: GPL. Copyright 2007 by Immanuel Scholz and others
2//Licence: GPL
3
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 the
6// user, we subclass it with a nicer name "JOSM".
7// An alternative would be to set the name in the plist file---but JOSM usually
8// is not delivered as an OS X Application Bundle, so we have no plist file.
9
10import org.openstreetmap.josm.gui.MainApplication;
11
12public class JOSM extends MainApplication {}
Note: See TracBrowser for help on using the repository browser.