Changeset 5534 in josm for trunk/src/org/openstreetmap/josm/gui/progress
- Timestamp:
- 2012-10-14T16:51:18+02:00 (12 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/progress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/progress/PleaseWaitProgressMonitor.java
r5170 r5534 34 34 } 35 35 36 public static final int PROGRESS_BAR_MAX = 100; 36 public static final int PROGRESS_BAR_MAX = 10000; 37 37 private final Window dialogParent; 38 38 -
trunk/src/org/openstreetmap/josm/gui/progress/ProgressMonitor.java
r5170 r5534 36 36 } 37 37 38 public final int DEFAULT_TICKS = 100; 38 public final int DEFAULT_TICKS = 10000; 39 39 40 40 /**
Note:
See TracChangeset
for help on using the changeset viewer.