Ignore:
Timestamp:
2015-01-07T21:01:44+01:00 (9 years ago)
Author:
bastiK
Message:

applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' feature to JOSM core (patch by holgermappt, modified)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/progress/ProgressMonitorExecutor.java

    r4718 r7935  
    88import org.openstreetmap.josm.Main;
    99
     10/**
     11 * Executor that displays the progress monitor to the user.
     12 *
     13 * Similar to Executors.newSingleThreadExecutor(), but displays the
     14 * progress monitor whenever a new task is executed.
     15 */
    1016public class ProgressMonitorExecutor extends ThreadPoolExecutor {
    1117
Note: See TracChangeset for help on using the changeset viewer.