Ignore:
Timestamp:
2003-10-06T17:55:00+13:00 (21 years ago)
Author:
mdewsnip
Message:

Nearly finished adding tooltips (and thank goodness for that).

File:
1 edited

Legend:

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

    r5304 r5589  
    3232 */
    3333package org.greenstone.gatherer.gui;
     34
    3435import java.awt.*;
    3536import javax.swing.*;
     
    4243    /** true if this dialog is currently waiting some thread. */
    4344    protected boolean waiting = false;
     45
    4446    /** Constructor.
    4547     */
    4648    public ModalDialog() {
    4749    super((Frame)null, "", false);
    48    
    4950    }
     51
    5052    /** Constructor.
    5153     * @param parent the Dialog which is the owener of this dialog.
     
    5456    super(parent, "", false);
    5557    }
     58
    5659    /** Constructor.
    5760     * @param parent the Dialog which is the owener of this dialog.
     
    6164    super(parent, "", false);
    6265    this.modal = modal;
    63          
    6466    }
    6567   
     
    8991    super(parent, "", false);
    9092    }
     93
    9194    /** Constructor.
    9295     * @param parent the Frame which is the owener of this dialog.
     
    106109    super (parent, title, false);
    107110    }
     111
    108112    /** Constructor.
    109113     * @param parent the Frame which is the owener of this dialog.
Note: See TracChangeset for help on using the changeset viewer.