List of usage examples for javax.swing JDialog subclass-usage
From source file userinterface.graph.GraphOptions.java
/** * This class is to make the new chart package compatible with the old. */ public class GraphOptions extends JDialog { private GraphOptionsPanel gop;
From source file gda.util.userOptions.UserOptionsDialog.java
/** * UserOptionsDialog Class */ public class UserOptionsDialog extends JDialog implements ActionListener { /** *
From source file org.apache.syncope.ide.netbeans.view.ServerDetailsView.java
public class ServerDetailsView extends JDialog { private static final long serialVersionUID = -8693554903195406915L; public static final Logger LOG = Logger.getLogger("ServerDetailsView");
From source file ca.uviccscu.lp.persistence.ChooseFolderDialog.java
/** * * @author Nikita Kuklev */ public class ChooseFolderDialog extends javax.swing.JDialog {
From source file com.jdom.util.patterns.mvp.swing.RadioButtonGroupDialog.java
public class RadioButtonGroupDialog extends JDialog implements ActionListener { private static final long serialVersionUID = -5778377468594605848L; private static RadioButtonGroupDialog dialog; private final JPanel panel = new JPanel(); private static String selectedValue;
From source file firmadigital.Parametros.java
/** * * @author jorjoluiso */ public class Parametros extends javax.swing.JDialog {
From source file com.nuclearrussian.lp.persistence.ChooseFolderDialog.java
/** * * @author Nikita Kuklev */ public class ChooseFolderDialog extends javax.swing.JDialog {
From source file net.chaosserver.timelord.swingui.AddTimeDialog.java
/** * A Dialog Box used to add a single time increment to any existing * task or to a new task. */ @SuppressWarnings("serial") public class AddTimeDialog extends JDialog implements ActionListener {
From source file com.titan.storagepanel.DownloadImageDialog.java
public class DownloadImageDialog extends JDialog { private final JPanel contentPanel = new JPanel(); private JComboBox typeComboBox; private JSearchTextField searchTextField; private JComboBox sizeComboBox; GenericTableModel tableModel = new GenericTableModel();
From source file net.sourceforge.squirrel_sql.client.gui.db.aliasproperties.AddDriverPropertyDialog.java
/** * Dialog that gets displayed when a user chooses to add a driver property to the table. */ public class AddDriverPropertyDialog extends JDialog { private static final long serialVersionUID = 4889632277323001185L;