Ignore:
Timestamp:
2017-07-04T13:57:53+02:00 (7 years ago)
Author:
bastiK
Message:

see #14794 - javadoc for the josm.gui.io package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/CredentialDialog.java

    r10791 r12452  
    4141import org.openstreetmap.josm.tools.WindowGeometry;
    4242
     43/**
     44 * Dialog box to request username and password from the user.
     45 *
     46 * The credentials can be for the OSM API (basic authentication), a different
     47 * host or an HTTP proxy.
     48 */
    4349public class CredentialDialog extends JDialog {
    4450
Note: See TracChangeset for help on using the changeset viewer.