List of usage examples for javax.swing JDialog subclass-usage
From source file richtercloud.document.scanner.gui.ScannerSelectionDialog.java
/**
* Allows displaying all SANE devices at an address and to view and edit its
* setting as well select one for the application.
*
* The selected device and its address can be retrieved with
* {@link #getSelectedDevice() } and {@link #getAddress() } after the dialog has
From source file com.jskj.asset.client.panel.slgl.GuDingZiChanDiaoBoJDialog.java
/** * * @author tt */ public class GuDingZiChanDiaoBoJDialog extends javax.swing.JDialog {
From source file ome.formats.importer.gui.CommentMessenger.java
/** * @author Brian Loranger brain at lifesci.dundee.ac.uk * */ public class CommentMessenger extends JDialog implements ActionListener { private static final long serialVersionUID = -894653530593047377L;
From source file com.diversityarrays.kdxplore.field.TrialLayoutEditorDialog.java
public class TrialLayoutEditorDialog extends JDialog { static public void main(String[] args) { TrialLayout tl = new TrialLayout(); tl.setOrientation(Orientation.HORIZONTAL);
From source file richtercloud.document.scanner.gui.ScannerEditDialog.java
/**
* Provides configuration for scan mode and resolution of SANE device with GUI
* components in a {@link JDialog}.
*
* Option value changes are performed on the referenced {@link SaneDevice}
* directly in order to KISS.
From source file org.interpss.editor.ui.edit.dist.bus.NBLoadScheduleDialog.java
public class NBLoadScheduleDialog extends javax.swing.JDialog implements IFormDataDialog { private static final long serialVersionUID = 1; private GFormContainer netContainer = null; private DistBusData busData = null;
From source file com.pianobakery.complsa.LicenseKeyGUI.java
/** * LicenseKeyGUI. * */ public class LicenseKeyGUI extends javax.swing.JDialog {
From source file org.eurocarbdb.application.glycoworkbench.plugin.s3.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 com.diversityarrays.kdxplore.curate.fieldview.OverviewDialog.java
@SuppressWarnings("nls") public class OverviewDialog extends JDialog { private Overview overview; private final ListSelectionListener listSelectionListener = new ListSelectionListener() {
From source file org.yccheok.jstock.gui.StockJDialog.java
/** * * @author yccheok */ public class StockJDialog extends javax.swing.JDialog {