Example usage for javax.swing JDialog subclass-usage

List of usage examples for javax.swing JDialog subclass-usage

Introduction

In this page you can find the example usage for javax.swing JDialog subclass-usage.

Usage

From source file com.microsoftopentechnologies.intellij.forms.TableForm.java

public class TableForm extends JDialog {
    private JPanel mainPanel;
    private JButton cancelButton;
    private JButton createButton;
    private JTextField tableNameTextField;
    private JComboBox insertPermisssionComboBox;

From source file dylemator.UserResultList.java

/**
 *
 * @author nanker
 */
public final class UserResultList extends javax.swing.JDialog {

From source file nz.govt.natlib.ndha.manualdeposit.dialogs.About.java

public class About extends javax.swing.JDialog {

    private static final long serialVersionUID = -8820295609529311822L;
    private final static Log LOG = LogFactory.getLog(About.class);
    private final String theLogoFileName = "Indigo_info_screen.jpg";
    private String theSettingsPath = "./";

From source file org.colombbus.tangara.AboutWindow.java

/**
 * Display an about window that indicates some information about Tangara
 * (version, developers names, license, etc).
 */
@SuppressWarnings("serial")
public class AboutWindow extends JDialog {

From source file com.intuit.tank.tools.debugger.FindReplaceDialog.java

public class FindReplaceDialog extends JDialog implements ActionListener {
    private static final long serialVersionUID = 1L;

    public enum DialogType {
        SEARCH, // Defines a search only dialog
        REPLACE // Defines a search and replace dialog

From source file org.pentaho.mondrian.publish.RepositoryLoginDialog.java

public class RepositoryLoginDialog extends JDialog {

    private static final long serialVersionUID = 2458668776266464325L;

    JComboBox urlCombo = new JComboBox();
    JTextField userField = new JTextField(25);

From source file edu.harvard.mcz.imagecapture.ChangePasswordDialog.java

/** ChangePasswordDialog
 * 
 * @author Paul J. Morris
 *
 */
public class ChangePasswordDialog extends JDialog {

From source file org.jets3t.gui.ErrorDialog.java

/**
 * An Error dialog that displays information about an error that has occurred.
 *
 * @author James Murty
 */
public class ErrorDialog extends JDialog implements ActionListener {

From source file org.jdal.swing.ViewDialog.java

/**
 * A JDialog for use as View Wrapper
 * 
 * @author Jose Luis Martin - (jlm@joseluismartin.info)
 */
public class ViewDialog<T> extends JDialog implements View<T>, Editor<T> {

From source file view.MultipleSignDialog.java

/**
 *
 * @author Toshiba
 */
public class MultipleSignDialog extends javax.swing.JDialog {