- Timestamp:
- 2007-10-13T16:30:35+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
r346 r377 50 50 panel = new JPanel(new GridBagLayout()); 51 51 52 panel.add(new JLabel("<html><h2>You are running the new JOSM version compatible with the 0.5 API.</h2>" + 53 "<h3>You cannot load old OSM files with this version, but there are converter scripts to make your 0.4 files 0.5 compatible.</h3>"+ 54 "<h3>The JOSM interface hasn't changed a lot: Segments are gone, and Relations have been added.<br>You will find general information about the changes on the OSM wiki,<br>and there's a page on working with relations in the JOSM online help." + 52 panel.add(new JLabel("<html><h2>You are running the latest \"modeless\" JOSM version.</h2>" + 53 "<h3>This version (almost) does away with the old edit modes, like \"add node and connect\"<br>" + 54 "etc.; instead, there are only four modes: zoom, select, edit, and delete." + 55 "<br>The edit mode will do what you want in most cases (also see the mini help about<br>" + 56 "modifier keys at the bottom of the screen).</h3>" + 57 "<h3>If this is the first time you use JOSM since 08 October, you will also find that with the<br>" + 58 "0.5 API, segments have gone and relations have been added. You will find general<br>" + 59 "information about the changes on the OSM wiki, and there's a page on using relations<br>"+ 60 "in the JOSM online help." + 55 61 "</h3>"), GBC.eol()); 56 62 … … 84 90 addCategory(tr("Getting Help")); 85 91 addLine("help",tr("Open the [online help] (english only)")); 86 addLine("tutorial",tr("Watch some [tutorial videos]"));87 92 addLine("mailinglist",tr("Join the newbie [mailing list]")); 88 93 }
Note:
See TracChangeset
for help on using the changeset viewer.