Changeset 14230 for gli/trunk


Ignore:
Timestamp:
2007-07-09T10:46:54+12:00 (17 years ago)
Author:
xiao
Message:

make menu bar items, file and edit, public so that they can be disabled and enabled from outside.

File:
1 edited

Legend:

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

    r13899 r14230  
    5959    private int current_tab          = -1;
    6060
    61     private JMenu file               = null;
    62     private JMenu edit               = null;
     61    public JMenu file               = null;
     62    public JMenu edit               = null;
    6363    public JMenu help                = null;
    6464    public JMenuItem file_associations;
Note: See TracChangeset for help on using the changeset viewer.