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 org.rdv.ui.ImportDialog.java

/**
 * @author Jason P. Hanley
 */
public class ImportDialog extends JDialog implements ProgressListener {

    /** serialization version identifier */

From source file org.drugis.addis.gui.ConvergencePlotsDialog.java

@SuppressWarnings("serial")
public class ConvergencePlotsDialog extends JDialog {
    final static int DATA_SCALE = 200;
    private XYSeries d_rHatSeries;
    private XYSeries d_vHatSeries;
    private XYSeries d_wSeries;

From source file ome.formats.importer.gui.OptionsDialog.java

/**
 * @author "Brian W. Loranger"
 */
@SuppressWarnings("serial")
public class OptionsDialog extends JDialog implements ActionListener {
    private ImportConfig config;

From source file com.diversityarrays.kdxplore.vistool.AskForTraitInstances.java

class AskForTraitInstances extends JDialog {

    //   static private final List<Feature> TRAIT_INSTANCE_FEATURES ; //Feature.getAllExhibitFeatures(TraitInstance.class);
    //   static {
    //      List<Feature> list = new ArrayList<>();
    //      list.add(Feature.create(TraitInstance.class, "traitName"));

From source file de.tbuchloh.kiskis.gui.dialogs.SecuredElementCreationDlg.java

/**
 * <b>SecuredElementCreationDlg</b>:
 * 
 * @author gandalf
 * @version $Id: SecuredElementCreationDlg.java,v 1.7 2006/09/08 14:23:47
 *          tbuchloh Exp $

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

/**
 * The Class {@code PostLevelUpDialog} provides a display of the results
 * of levelling up a character. 
 *
 * 
 */

From source file com.openbravo.pos.customers.JCustomerFinder.java

/**
 *
 * @author adrianromero
 */
public class JCustomerFinder extends javax.swing.JDialog implements EditorCreator {

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

/**
 * Dialog to display detailed information about one or more {@link S3Object}s,
 * and optionally to allow the objects metadata attributes to be modified.  
 * 
 * @author James Murty
 */

From source file com.github.alexfalappa.nbspringboot.projects.customizer.CfgPropsDialog.java

/**
 * Dialog for choosing one Spring Boot configuration property in an ordered list of those available in the project.
 * <p>
 * Queries a {@link SpringBootService} for the configuration properties names.
 *
 * @author Alessandro Falappa

From source file be.ac.ua.comp.scarletnebula.gui.windows.ServerPropertiesWindow.java

public class ServerPropertiesWindow extends JDialog {

    private static final long serialVersionUID = 1L;

    private static Log log = LogFactory.getLog(ServerPropertiesWindow.class);