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 edu.ku.brc.ui.CustomDialog.java

/**
 * CustomDialog is designed to enable developers to "customize" a dialog's contents and 
 * have the Dialog's buttons automatically created with any label on them.
 * The dialog can have up to four different button: OK, Cancel, Apply, and Help.
 * 
 * You can use the class two ways. Create one directly and pass in the "contents" pane, or

From source file com.frochr123.fabqr.gui.FabQRUploadDialog.java

/**
 * FabQRUploadDialog.java, uploads project data to the configured FabQR instance
 * @author Christian
 */
public class FabQRUploadDialog extends javax.swing.JDialog {
    // Variables declaration - do not modify//GEN-BEGIN:variables

From source file org.broad.igv.cbio.FilterGeneNetworkUI.java

/**
 * Dialog for letting the user filter a GeneNetwork from
 * cBio.
 *
 * @author Jacob Silterra
 */

From source file org.ut.biolab.medsavant.client.view.dialog.FamilySelector.java

/**
 *
 * @author mfiume
 */
public class FamilySelector extends JDialog implements BasicPatientColumns {

From source file org.docx4all.swing.ExternalHyperlinkDialog.java

/**
 *   @author Jojada Tirtowidjojo - 25/11/2008
 */
public class ExternalHyperlinkDialog extends JDialog implements PropertyChangeListener {
    public final static String OK_BUTTON_TEXT = "OK";
    public final static String CANCEL_BUTTON_TEXT = "Cancel";

From source file pcgen.gui2.dialog.ChooserDialog.java

/**
 * The Class {@code ChooserDialog} provides a general dialog to allow the
 * user to select from a number of predefined choices. A ChooserFacade instance 
 * must be supplied, this defines the choices available, the text to be displayed 
 * on screen and the actions to be taken when the user confirms their choices. The 
 * chooser is generally displayed via a call to UIDelgate.showGeneralChooser.

From source file eu.ggnet.dwoss.receipt.unit.UnitView.java

/**
 *
 * @author bastian.venz, oliver.guenther
 */
public class UnitView extends javax.swing.JDialog {

From source file org.jets3t.apps.cockpit.gui.StartupDialog.java

/**
 * Dialog box for obtaining a user's service credentials, and performing other startup
 * tasks such as loading properties files.
 * <p>
 *
 * @author James Murty

From source file org.yccheok.jstock.gui.LoadFromCloudJDialog.java

/**
 *
 * @author yccheok
 */
public class LoadFromCloudJDialog extends javax.swing.JDialog {

From source file ch.fork.AdHocRailway.ui.locomotives.configuration.LocomotiveConfig.java

public class LocomotiveConfig extends JDialog implements PropertyChangeListener {

    private final Trigger trigger = new Trigger();
    private LocomotiveContext ctx;
    private boolean createLocomotive;
    private PresentationModel<Locomotive> presentationModel;