List of usage examples for javax.swing JDialog subclass-usage
From source file captureplugin.drivers.defaultdriver.AdditionalParams.java
/** * A DialogBox for the additional Parameters */ public class AdditionalParams extends JDialog implements WindowClosingIf { /** Translator */ private static final Localizer mLocalizer = Localizer.getLocalizerFor(AdditionalParams.class);
From source file ome.formats.importer.gui.DebugMessenger.java
/** * @author Brian Loranger brain at lifesci.dundee.ac.uk * */ public class DebugMessenger extends JDialog implements ActionListener, IObservable, IObserver { private final ImportConfig config;
From source file org.jets3t.gui.ItemPropertiesDialog.java
/**
* Dialog to display detailed information about an {@link S3Bucket} or a set of {@link S3Object}s.
* The item's details cannot be modified within this dialog.
*
* @author James Murty
*/
From source file PortChooser.java
/**
* Choose a port, any port!
*
* Java Communications is a "standard extention" and must be downloaded and
* installed separately from the JDK before you can even compile this program.
*
From source file net.sf.jabref.importer.ImportCustomizationDialog.java
/** * Dialog to manage custom importers. */ public class ImportCustomizationDialog extends JDialog { // Column widths for import customization dialog table:
From source file savant.plugin.builtin.SAFEBrowser.java
/** * * @author mfiume */ public class SAFEBrowser extends JDialog {
From source file org.kepler.gui.TabbedDialog.java
/**
* Base class for Actor, Director and Workflow dialogs, containing a JTabbedPane
* to which any number of tabs may be added at runtime. Also has OK, Apply,
* Cancel and Help buttons at the bottom of the dialog
*
* @author Matthew Brooke
From source file org.panbox.desktop.common.gui.PairNewDeviceDialog.java
public class PairNewDeviceDialog extends javax.swing.JDialog implements PairingNotificationReceiver { private static final long serialVersionUID = -6493970152852384445L; protected static final Logger logger = Logger.getLogger("org.panbox");
From source file org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewParametersDialog.java
/** * @author Ezequiel Cuellar */ public class PreviewParametersDialog extends JDialog {
From source file nz.govt.natlib.ndha.manualdeposit.StructMapFileDescManagement.java
public class StructMapFileDescManagement extends javax.swing.JDialog implements IStructMapFileDescManagement { /** * */ private static final long serialVersionUID = -42884991551516585L;