Ignore:
Timestamp:
2003-09-23T14:58:18+12:00 (21 years ago)
Author:
mdewsnip
Message:

Partway through tooltip assignment. Made lots of little changes, registered a whole lot more components, removed dead code, fixed help links (with SimpleMenuBars). Lots more of the same to come.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/sarm/SearchAndReplace.java

    r5354 r5527  
    5454import org.greenstone.gatherer.valuetree.GValueModel;
    5555import org.greenstone.gatherer.valuetree.GValueNode;
    56 import org.greenstone.gatherer.gui.SimpleMenuBar;
    5756import org.greenstone.gatherer.gui.ModalDialog;
    5857/** Provides a convenient class which searches through all of the various data attached to a collection, globally searching and replacing values as necessary, and firing the relevant events to have the gui update properly.
     
    138137    setSize(SIZE);
    139138    setTitle(get("SearchAndReplace.Title"));
    140     setJMenuBar(new SimpleMenuBar("10.1")); 
    141139    JPanel content_pane = (JPanel) getContentPane();
    142140
Note: See TracChangeset for help on using the changeset viewer.