Changeset 8257


Ignore:
Timestamp:
2004-10-08T16:10:12+13:00 (20 years ago)
Author:
mdewsnip
Message:

No longer dependent on the Gatherer class.

File:
1 edited

Legend:

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

    r8256 r8257  
    2929import javax.swing.*;
    3030import org.greenstone.gatherer.DebugStream;
    31 import org.greenstone.gatherer.Gatherer;
     31
    3232/** An extension of the JDialog that overrides the JVM's typical modal behaviour. This typical behaviour is that when a modal dialog is opened, all other windows cease to respond to user events until the modal dialog is disposed. However this prevents us opening the help documents property whenever a modal dialog is open. Thus we override the modal behaviour so that only the owner frame or dialog is blocked.
    3333 * Note that because we always call the super constructor with modal set to false, this should be made visible with setVisible(true) rather than show() which will return straight away. */
Note: See TracChangeset for help on using the changeset viewer.