Ignore:
Timestamp:
2003-10-03T14:07:35+12:00 (21 years ago)
Author:
mdewsnip
Message:

Many more small improvements and tooltips added. Still more to come!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/SaveCollectionTask.java

    r4675 r5564  
    1 package org.greenstone.gatherer.collection;
    21/**
    32 *#########################################################################
     
    3635 *########################################################################
    3736 */
     37package org.greenstone.gatherer.collection;
     38
    3839import java.io.*;
    3940import java.util.*;
    4041import javax.swing.*;
    4142import org.greenstone.gatherer.Gatherer;
    42 import org.greenstone.gatherer.Message;
    4343import org.greenstone.gatherer.collection.Collection;
    44 import org.greenstone.gatherer.gui.GUIManager;
    45 import org.greenstone.gatherer.undo.UndoManager;
    4644import org.greenstone.gatherer.util.Utility;
     45
    4746/** The actually saving of a collection must run in a thread other than the AWTEvent thread, or else the save progress box will never get updated. To that end this class provides a threaded save method, which saves the various parts of the collection to the appropriate disk location.
    4847 * @author John Thompson, Greenstone Digital Library, University of Waikato
     
    111110    // Create progress monitor box. It will display itself as necessary.
    112111    // WARNING: ProgressMonitors seem to be extremely dodgy, and are not recommended!
    113     // ProgressMonitor spd = new ProgressMonitor(Gatherer.g_man, Gatherer.dictionary.get("SaveProgressDialog.Title", collection.getName()), null, 0, 100);
     112    // ProgressMonitor spd = new ProgressMonitor(Gatherer.g_man, Dictionary.newget("SaveProgressDialog.Title", collection.getName()), null, 0, 100);
    114113    // spd.setMillisToDecideToPopup(100);
    115114    // spd.setMillisToPopup(100);
Note: See TracChangeset for help on using the changeset viewer.