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 net.sf.jabref.gui.ContentSelectorDialog2.java

class ContentSelectorDialog2 extends JDialog {

    private final GridBagLayout gbl = new GridBagLayout();
    private final GridBagConstraints con = new GridBagConstraints();
    private final JPanel fieldPan = new JPanel();
    private final JPanel wordPan = new JPanel();

From source file ru.apertum.qsystem.client.forms.FScheduleChangeDialod.java

/**
 * Created on 27.08.2009, 11:13:04
 * @author Evgeniy Egorov
 */
public class FScheduleChangeDialod extends javax.swing.JDialog {

From source file net.sf.dvstar.transmission.dialogs.SessionStatistic.java

/**
 *
 * @author dstarzhynskyi
 */
public class SessionStatistic extends javax.swing.JDialog {

From source file au.com.jwatmuff.eventmanager.gui.admin.WithdrawPlayerDialog.java

/**
 *
 * @author James
 */
public class WithdrawPlayerDialog extends javax.swing.JDialog {

From source file org.openmicroscopy.shoola.agents.treeviewer.util.SaveResultsDialog.java

/** 
 * Dialog used to save results from ImageJ.
 *
 * @author Jean-Marie Burel     
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @since 5.1.0

From source file net.mumie.coursecreator.gui.ClassChooser.java

/**
 * die Klasse um die Lehrveranstaltung auszuwaehlen.
 * @author <a href="mailto:vrichter@math.tu-berlin.de">Verena Richter</a>
 * @version $Id: ClassChooser.java,v 1.6 2009/03/30 12:40:20 vrichter Exp $
 */
public class ClassChooser extends JDialog {

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

/**
 * Dialog providing a list of specimen part attributes for a specimen part, 
 * with the ability to add more attributes.
 * 
 * @author mole
 *

From source file com.orthancserver.SelectImageDialog.java

public class SelectImageDialog extends JDialog {
    private enum ResourceType {
        ROOT, SERVER, PATIENT, STUDY, SERIES, INSTANCE, INFO;
    }

    private static class MyTreeNode extends DefaultMutableTreeNode implements Comparable {

From source file com.plugin.UI.Windows.UserSearchResultsDialog.java

/**
 * The Class UserSearchResultsDialog.
 */
public class UserSearchResultsDialog extends JDialog {

    /** The log. */

From source file net.sf.vfsjfilechooser.accessories.connection.ConnectionDialog.java

/**
 * The connection dialog
 * @author Yves Zoundi <yveszoundi at users dot sf dot net>
 * @author Jojada Tirtowidjojo <jojada at users.sourceforge.net>
 * @version 0.0.1
 */