Ignore:
Timestamp:
2005-06-03T15:21:06+12:00 (19 years ago)
Author:
mdewsnip
Message:

Moved Utility.getImage into JarTools, as part of tidying up the Utility class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/file/RecycleBin.java

    r8785 r10011  
    5050import org.greenstone.gatherer.util.DragComponent;
    5151import org.greenstone.gatherer.util.DragGroup;
     52import org.greenstone.gatherer.util.JarTools;
    5253import org.greenstone.gatherer.util.Utility;
    5354
     
    7374    public RecycleBin()
    7475    {
    75     super(Utility.getImage("bin.gif"));
     76    super(JarTools.getImage("bin.gif"));
    7677    this.drop_target = new DropTarget(this, drag_action, this, true);
    7778
Note: See TracChangeset for help on using the changeset viewer.