List of usage examples for javax.swing JDialog subclass-usage
From source file org.omegat.gui.dialogs.AboutDialog.java
/**
* About dialog, showing OmegaT version and information on contributors.
*
* @author Maxym Mykhalchuk
* @author Henry Pijffers (henry.pijffers@saxnot.com)
*/
From source file components.CustomDialog.java
class CustomDialog extends JDialog implements ActionListener, PropertyChangeListener { private String typedText = null; private JTextField textField; private DialogDemo dd; private String magicWord;
From source file savant.ucsc.UCSCNavigationDialog.java
/** * UCSC-specific dialog for selecting the desired table. * * @author tarkvara */ public class UCSCNavigationDialog extends JDialog implements SQLConstants {
From source file org.sleuthkit.autopsy.modules.hashdatabase.HashDbImportDatabaseDialog.java
/** * Instances of this class allow a user to select an existing hash database and * add it to the set of hash databases used to classify files as unknown, known, * or known bad. */ final class HashDbImportDatabaseDialog extends javax.swing.JDialog {
From source file net.sf.mzmine.util.dialogs.AxesSetupDialog.java
public class AxesSetupDialog extends JDialog implements ActionListener { private ValueAxis xAxis; private ValueAxis yAxis; private ExitCode exitCode = ExitCode.UNKNOWN;
From source file nz.govt.natlib.ndha.manualdeposit.provenanceevent.ProvenanceEventsEditor.java
public class ProvenanceEventsEditor extends javax.swing.JDialog implements ProvenanceEventsEditorView { // WARNING // When using the GUI editor, you will need to change the following in the // initComponents proc: // eventOutcomeDetailValue = new MaxLengthTextField("", 0, _maximumLength);
From source file it.unibas.spicygui.vista.sql.SqlDialog.java
public class SqlDialog extends javax.swing.JDialog { private Log logger = LogFactory.getLog(SqlDialog.class); private RelationalConfigurationPM relationalConfigurationPM; // private PanelSupportAccess panelSupportAccess; public static final int RET_CANCEL = 0;
From source file org.jets3t.apps.cockpit.gui.SignedGetUrlDialog.java
/**
* Dialog box to query to generate Signed URLs for a given set of objects, based
* on URL signing configuration options selected by the user. This dialog does
* all the work, prompting for user inputs then generating and displaying the
* resultant Signed URLs.
* <p>
From source file au.org.ala.delta.intkey.ui.CharacterValueInputDialog.java
public abstract class CharacterValueInputDialog extends JDialog { /** * */ private static final long serialVersionUID = 361631735179369565L;
From source file au.org.ala.delta.ui.SearchDialog.java
public class SearchDialog extends JDialog { private static final long serialVersionUID = 1L; private final JPanel contentPanel = new JPanel(); private JTextField textField;