source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/package-info.java@ 14425

Last change on this file since 14425 was 8624, checked in by bastiK, 9 years ago

add missing svn:eol-style=native

  • Property svn:eol-style set to native
File size: 428 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides three kinds of dialogs:
5 * <ul>
6 * <li>Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI</li>
7 * <li>Changeset dialog based on a standalone implementation, dedicated to OSM changesets management</li>
8 * <li>Extended dialogs for everything else</li>
9 * </ul>
10 */
11package org.openstreetmap.josm.gui.dialogs;
Note: See TracBrowser for help on using the repository browser.