List of usage examples for javax.swing JDialog subclass-usage
From source file com.diversityarrays.kdxplore.trialmgr.trait.TraitExportDialog.java
public class TraitExportDialog extends JDialog { private final DefaultBackgroundRunner backgroundRunner = new DefaultBackgroundRunner(); private final JTextField filepathField = new JTextField();
From source file com.hexidec.ekit.component.UnicodeDialog.java
public class UnicodeDialog extends JDialog implements ActionListener { private static final Log log = LogFactory.getLog(UnicodeDialog.class); public static final int UNICODE_BASE = 0; public static final int UNICODE_SIGS = 47; public static final int UNICODE_SPEC = 48;
From source file uk.ac.abdn.csd.p2p.server.TopologySettingsDialog.java
/**
* <code>P2PServentSettingsDialog</code> is a dialog to allow the user to
* specify their own settings for <code>Servent</code>. This is called by
* <code>P2PServentGUI</code> when a user clicks on Edit->Settings...
*
* @author Michael Gibson
From source file gui.TraitViewerDialog.java
class TraitViewerDialog extends JDialog implements ActionListener, ListSelectionListener { private static final long serialVersionUID = -8305279754268031485L; private TraitFile tFile; private TraitTableModel model; private JTable table; private JButton bClose;
From source file net.sf.jabref.gui.preftabs.PreferencesDialog.java
/**
* Preferences dialog. Contains a TabbedPane, and tabs will be defined in
* separate classes. Tabs MUST implement the PrefsTab interface, since this
* dialog will call the storeSettings() method of all tabs when the user presses
* ok.
*
From source file org.ut.biolab.medsavant.client.plugin.PluginRepositoryDialog.java
/** * * @author mfiume */ public class PluginRepositoryDialog extends JDialog { private static final Log LOG = LogFactory.getLog(PluginRepositoryDialog.class);
From source file org.yccheok.jstock.gui.portfolio.AutoDividendJDialog.java
/** * * @author yccheok */ public class AutoDividendJDialog extends javax.swing.JDialog {
From source file StandardDialog.java
/** * The base class for standard dialogs. * * @author David Gilbert */ public class StandardDialog extends JDialog implements ActionListener {
From source file test.integ.be.fedict.performance.util.PerformanceResultDialog.java
public class PerformanceResultDialog extends JDialog { private static final long serialVersionUID = 1L; private JFreeChart performanceChart; private JFreeChart memoryChart;
From source file FontChooser.java
public class FontChooser extends javax.swing.JDialog { String[] styleList = new String[] { "Plain", "Bold", "Italic" }; String[] sizeList = new String[] { "2", "4", "6", "8", "10", "12", "14", "16", "18", "20", "22", "24", "30", "36", "48", "72" };