List of usage examples for javax.swing JDialog subclass-usage
From source file com.unicorn.co226.ui.patient.AddStudentForm.java
/** * * @author HP */ public class AddStudentForm extends javax.swing.JDialog {
From source file org.domainmath.gui.etc.ResultDialog.java
/** * * @author Vinu K.N */ public class ResultDialog extends javax.swing.JDialog { private final String updateURL = "http://garr.dl.sourceforge.net/project/domainmath/update/update.xml";
From source file phex.gui.dialogs.AboutDialog.java
/** * */ public class AboutDialog extends JDialog { private JTextArea environmentInfo;
From source file userinterface.graph.GUIImageExportDialog.java
public class GUIImageExportDialog extends JDialog implements DocumentListener { //ATTRIBUTES private Action okAction; private Action cancelAction; private GUIPrism gui;
From source file org.jets3t.gui.ProgressDialog.java
/**
* A modal dialog box to display progress information to the user when a long-lived task
* is running. If the long-lived task can be cancelled by the user, this dialog will invoke
* the {@link CancelEventTrigger} when the user clicks the cancel button.
*
* @author James Murty
From source file org.opendatakit.briefcase.ui.ScrollingStatusListDialog.java
public class ScrollingStatusListDialog extends JDialog implements ActionListener { private static final long serialVersionUID = 3565952263140071560L; private static final Log LOG = LogFactory.getLog(ScrollingStatusListDialog.class.getName()); private final JEditorPane editorArea; private final IFormDefinition form;
From source file com.limegroup.gnutella.gui.LicenseWindow.java
/** * A dialog displaying license information. */ public abstract class LicenseWindow extends JDialog implements VerificationListener { /** The URN that the license is expected to match. */
From source file org.cytoscape.ding.impl.cyannotator.dialogs.LoadImageDialog.java
public class LoadImageDialog extends JDialog { private final DGraphView view; private final CyAnnotator cyAnnotator; private final CustomGraphicsManager cgm; private final Point2D startingLocation;
From source file pcgen.gui2.dialog.OptionsPathDialog.java
public final class OptionsPathDialog extends JDialog { private final JTextField dirField; private final JButton dirButton; private String selectedDir;
From source file org.n52.oxf.ui.swing.ReducedChartDialog.java
/** * @author <a href="mailto:broering@52north.org">Arne Broering</a> * */ public class ReducedChartDialog extends JDialog {