source: josm/start.html @ 172

Last change on this file since 172 was 172, checked in by imi, 17 years ago
  • added support for Applet mode again (the basics)
  • added customizable toolbar
  • fixed shortcut for "New Empty Layer"
File size: 230 bytes
Line 
1<applet 
2  code="org/openstreetmap/josm/gui/MainApplet.class" 
3  archive="bin/,lib/gettext-commons-0.9.jar,lib/metadata-extractor-2.3.1.jar,lib/MinML2.jar" 
4  width="800" 
5  height="600"
6  username="foo"
7  password="bar"
8/>
Note: See TracBrowser for help on using the repository browser.