Changeset 343 in josm for trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
- Timestamp:
- 2007-10-07T13:20:27+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
r312 r343 48 48 panel = new JPanel(new GridBagLayout()); 49 49 50 panel.add(new JLabel("<html><h2>You are running a technology preview with support for <i>API 0.5</i>.</h2>" + 51 "<h3>API 0.5 supports object relationships, and segments have been removed.</h3>" + 52 "<h3>This version is hard-coded to use the API 0.5 running on <i>openstreetmap.gryph.de</i> which has data from a recent planet file."+ 53 "<br>Please be gentle with that machine and request only moderate bounding boxes.<br>" + 54 "<br>Username and password are also hardcoded, so your real username and password are not transmitted.<br>" + 55 "</h3>"), GBC.eol()); 56 57 addLine("wiki", "Read the [Wiki page on API 0.5]"); 50 58 addGettingStarted(); 51 59 addGettingHelp(); … … 86 94 else if (e.getActionCommand().equals("help")) 87 95 Main.main.menu.help.actionPerformed(e); 96 else if (e.getActionCommand().equals("wiki")) 97 OpenBrowser.displayUrl("http://wiki.openstreetmap.org/index.php?title=OSM_Protocol_Version_0.5"); 88 98 else if (e.getActionCommand().equals("tutorial")) 89 99 OpenBrowser.displayUrl("http://josm.openstreetmap.de/wiki/TutorialVideos");
Note:
See TracChangeset
for help on using the changeset viewer.