Ignore:
Timestamp:
2004-10-08T13:20:01+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed all occurrences of classes explicitly importing other classes in the same package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/shell/GBasicProgressMonitor.java

    r7924 r8243  
    3737package org.greenstone.gatherer.shell;
    3838
    39 /** Title:        The Gatherer<br>
    40  *  Description:  The Gatherer: a tool for gathering and enriching digital collections.<br>
    41  *  Copyright:    Copyright (c) 2001<br>
    42  *  Company:      The University of Waikato<br>
    43  *  Written:        /  /01<br>
    44  *  Revised:      12/05/02 - Commented<br>
    45  *                29/05/02 - Moved into correct package<br>
    46  *  @author John Thompson, Greenstone Digital Libraries
    47  *  @version 2.1 */
    4839
    4940import java.awt.Component;
    5041import java.util.ArrayList;
    5142import javax.swing.JProgressBar;
    52 import org.greenstone.gatherer.shell.GShellEvent;
    53 import org.greenstone.gatherer.shell.GShellProgressMonitor;
    5443
    5544/** This is the most basic implementation of <i>GShellProgressMonitor</i> in that it doesn't even attempt to parse the process messages. Instead it has one graphic which is displayed once the start() method is called, and another which appears after the stop().
Note: See TracChangeset for help on using the changeset viewer.