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!

Location:
trunk/gli/src/org/greenstone/gatherer/mem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/mem/MEMNode.java

    r4365 r5564  
    1 package org.greenstone.gatherer.mem;
    21/**
    32 *#########################################################################
     
    3635 *########################################################################
    3736 */
     37package org.greenstone.gatherer.mem;
     38
    3839import java.util.*;
    3940import javax.swing.tree.*;
     41import org.greenstone.gatherer.Dictionary;
    4042import org.greenstone.gatherer.Gatherer;
    4143import org.greenstone.gatherer.mem.AttributeTableModel;
     
    160162        v = null;
    161163                // Add the profile set.
    162         children.add(new MEMNode(PROFILER, Gatherer.dictionary.get("MEM.Profiles"), this));
     164        children.add(new MEMNode(PROFILER, Dictionary.newget("MEM.Profiles"), this));
    163165        break;
    164166    case SET: // Add the elements as children
  • trunk/gli/src/org/greenstone/gatherer/mem/MetadataEditorManager.java

    r5527 r5564  
    1 package org.greenstone.gatherer.mem;
    21/**
    32 *#########################################################################
     
    3635 *########################################################################
    3736 */
     37package org.greenstone.gatherer.mem;
     38
    3839import java.awt.*;
    3940import java.awt.event.*;
Note: See TracChangeset for help on using the changeset viewer.