source: josm/trunk/src/org/openstreetmap/josm/gui/progress/swing/package-info.java@ 12675

Last change on this file since 12675 was 12675, checked in by Don-vip, 7 years ago

see #15182 - move the Swing-based ProgressMonitor implementations from gui.progress to gui.progress.swing. Progress monitor concept is used in very large parts of JOSM, a console-based implementation could be added later

File size: 172 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * Provides Swing-based progress monitor implementations.
5 */
6package org.openstreetmap.josm.gui.progress.swing;
Note: See TracBrowser for help on using the repository browser.