List of usage examples for javax.swing JDialog subclass-usage
From source file edu.harvard.mcz.imagecapture.LoginDialog.java
/** A database login dialog, including both username/password credentials and * specification of the database connection parameters. * * @author Paul J. Morris */ public class LoginDialog extends JDialog {
From source file org.geopublishing.atlasViewer.swing.ClickInfoDialog.java
/**
* This Dialog wraps a {@link ClickInfoPanel} that shows information when the
* mouse clicked inside the {@link Map} and has hit a visible features.
*
* @author <a href="mailto:skpublic@wikisquare.de">Stefan Alfons Tzeggai</a>
*
From source file captureplugin.drivers.DeviceCreatorDialog.java
/** * A Dialog for creating new Devices */ public class DeviceCreatorDialog extends JDialog implements WindowClosingIf { /** Translator */ private static final Localizer mLocalizer = Localizer.getLocalizerFor(DeviceCreatorDialog.class);
From source file org.gephi.ui.components.JFreeChartDialog.java
/** * UI for showing a JFreeChart with the advantages of ChartPanel and also allows to resize the chart up to a maximum dimension. * @author Eduardo Ramos <eduramiba@gmail.com> */ public class JFreeChartDialog extends javax.swing.JDialog {
From source file edu.harvard.mcz.imagecapture.RunnableJobReportDialog.java
/** RunnableJobReportDialog * * @author Paul J. Morris * */ public class RunnableJobReportDialog extends JDialog {
From source file ca.phon.app.session.editor.TranscriberSelectionDialog.java
public class TranscriberSelectionDialog extends JDialog { private static final long serialVersionUID = 4480663577002010254L; /** GUI Components */ private JTextField realNameField;
From source file de.unidue.inf.is.ezdl.gframedl.components.AboutDialog.java
/** * This dialog shows information about ezDL. */ public final class AboutDialog extends JDialog { /*
From source file juicebox.windowui.QCDialog.java
public class QCDialog extends JDialog { private static final long serialVersionUID = -436533197805525691L; private static final long[] logXAxis = { 10, 12, 15, 19, 23, 28, 35, 43, 53, 66, 81, 100, 123, 152, 187, 231, 285, 351, 433, 534, 658, 811, 1000, 1233, 1520, 1874, 2310, 2848, 3511, 4329, 5337, 6579, 8111, 10000, 12328, 15199, 18738, 23101, 28480, 35112, 43288, 53367, 65793, 81113, 100000, 123285, 151991, 187382, 231013, 284804, 351119, 432876, 533670, 657933, 811131, 1000000, 1232847, 1519911, 1873817, 2310130,
From source file uom.research.thalassemia.ui.PatientUI.java
/** * * @author hansa */ public final class PatientUI extends javax.swing.JDialog {
From source file eu.apenet.dpt.standalone.gui.dateconversion.DateConversionRulesDialog.java
/** * * @author papp */ public class DateConversionRulesDialog extends JDialog { private static final Logger LOG = Logger.getLogger(DateConversionRulesDialog.class);