Ignore:
Timestamp:
2003-09-24T16:09:13+12:00 (21 years ago)
Author:
mdewsnip
Message:

Further along the tooltip highway. Hacked up the Dictionary code, and are updating the classes to use the new code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r5527 r5529  
    7575import org.greenstone.gatherer.msm.ElementWrapper;
    7676import org.greenstone.gatherer.msm.Metadata;
    77 import org.greenstone.gatherer.sarm.SearchAndReplace;
     77// import org.greenstone.gatherer.sarm.SearchAndReplace;
    7878import org.greenstone.gatherer.shell.GShell;
    7979import org.greenstone.gatherer.util.TreeSynchronizer;
     
    124124    private JTabbedPane tab_pane = null;
    125125    /** A reference to any existing search and replace module/dialog. */
    126     private SearchAndReplace sar = null;
     126    // private SearchAndReplace sar = null;
    127127    /** A threaded tab changer to try and avoid NPE on exit. */
    128128    private TabUpdater tab_updater = null;
     
    251251        }
    252252    }
    253     else if(esrc == menu_bar.edit_search) {
    254         if(sar != null) {
    255         sar.dispose();
    256         }
    257         sar = new SearchAndReplace(false);
    258     }
    259     else if(esrc == menu_bar.edit_replace) {
    260         if(sar != null) {
    261         sar.dispose();
    262         }
    263         sar = new SearchAndReplace(true);
    264     }
     253//      else if(esrc == menu_bar.edit_search) {
     254//          if(sar != null) {
     255//          sar.dispose();
     256//          }
     257//          sar = new SearchAndReplace(false);
     258//      }
     259//      else if(esrc == menu_bar.edit_replace) {
     260//          if(sar != null) {
     261//          sar.dispose();
     262//          }
     263//          sar = new SearchAndReplace(true);
     264//      }
    265265    // *************
    266266    // Tools Options.
Note: See TracChangeset for help on using the changeset viewer.