List of usage examples for javax.swing JDialog subclass-usage
From source file org.csml.tommo.sugar.modules.heatmap.MappingQualityThresholdDialog.java
public class MappingQualityThresholdDialog extends JDialog { /** * */ private static final long serialVersionUID = 2386802641770435788L;
From source file org.csml.tommo.sugar.modules.heatmap.DensityHeatmapDialog.java
public class DensityHeatmapDialog extends JDialog { /** * */ private static final long serialVersionUID = 7755493135986780444L;
From source file FrameKey.java
class EscapeDialog extends JDialog { public EscapeDialog() { this((Frame) null, false); } public EscapeDialog(Frame owner) {
From source file edu.harvard.mcz.imagecapture.VerbatimListDialog.java
/** * @author mole * */ public class VerbatimListDialog extends JDialog implements DataChangeListener { private static final long serialVersionUID = 6589370164897719328L;
From source file org.ut.biolab.medsavant.client.view.app.builtin.settings.AddRemoveDatabaseDialog.java
/**
* Dialog for adding and removing databases. Actually, the real purpose of this dialog is just to retrieve the admin username and
* password.
*
* @author mfiume
*/
From source file com.fedroot.dacs.swing.DacsNoticePresentationDialog.java
/**
* A modal dialog that asks a user to acknowledge a notice or notices by clicking
* Accept or Decline buttons.
* Adapted from com.Ostermiller.util.PasswordDialog.java.
* More information about this class is available from <a target="_top" href=
* "http://ostermiller.org/utils/PasswordDialog.html">ostermiller.org</a>.
From source file org.madeirahs.editor.ui.SubviewUI.java
public class SubviewUI extends JDialog { /** * */ private static final long serialVersionUID = -4448709123274756618L;
From source file dialog.DialogFunctionRoom.java
/** * * @author GloomySunday */ public class DialogFunctionRoom extends javax.swing.JDialog {
From source file com.clough.android.adbv.view.UpdateTableDialog.java
/** * * @author thedathoudarya */ public class UpdateTableDialog extends javax.swing.JDialog {
From source file com.hexidec.ekit.component.PropertiesDialog.java
/** Class for providing a dialog that lets the user specify values for tag attributes */ public class PropertiesDialog extends JDialog { private JOptionPane jOptionPane; private Hashtable<String, JComponent> htInputFields;