Ignore:
Timestamp:
2011-12-29T13:04:12+01:00 (12 years ago)
Author:
jttt
Message:
  • fix #7202 Downloading Data window harder to read since r4718
  • update display correctly when progress monitor is moved to background/foreground
File:
1 edited

Legend:

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

    r4718 r4739  
    112112    }
    113113
     114    public void setCurrentAction(String text) {
     115        currentAction.setText(text);
     116    }
     117
    114118    /**
    115119     * Appends a log message to the progress dialog. If the log area isn't visible yet
     
    166170     *
    167171     * @param callback the cancel callback
    168      */   
     172     */
    169173    public void setInBackgroundCallback(ActionListener callback) {
    170174        if (callback == null) {
Note: See TracChangeset for help on using the changeset viewer.