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.omegat.gui.dialogs.LogDialog.java

/**
 * Dialog showing the log.
 * 
 * @author Maxym Mykhalchuk
 * @author Didier Briel
 * @author Aaron Madlon-Kay

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

/** WhatsThisImageDialog is a dialog to allow users to identify the
 * nature (specimen, drawer) of images for which barcode detection and
 * OCR isn't able to detect the nature of the image. 
 * 
 * @author Paul J. Morris
 *

From source file org.ut.biolab.medsavant.client.user.CreateUserDialog.java

/**
 *
 * @author mfiume
 */
public class CreateUserDialog extends JDialog {
    private static final Log LOG = LogFactory.getLog(CreateUserDialog.class);

From source file org.sleuthkit.autopsy.modules.hashdatabase.HashDbCreateDatabaseDialog.java

/**
 * Instances of this class allow a user to create a new hash database and
 * add it to the set of hash databases used to classify files as unknown, known 
 * or known bad. 
 */
final class HashDbCreateDatabaseDialog extends javax.swing.JDialog {

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

/**
 *
 * @author Evgeniy Egorov
 */
public class FBreaksChangeDialog extends javax.swing.JDialog {

From source file com.nuclearrussian.lp.server.main.AddGameDialog.java

/**
 *
 * @author Nikita Kuklev
 */
public class AddGameDialog extends javax.swing.JDialog {

From source file client.gui.ConnectionDialog.java

class ConnectionDialog extends JDialog implements ActionListener {

    private final JTextField nick;
    private final JTextField host;
    private final JTextField port;
    private final JButton connect;

From source file com.diversityarrays.kdxplore.field.CollectionPathSetupDialog.java

public class CollectionPathSetupDialog extends JDialog {

    //   public boolean lockScoredTraits;
    //   public boolean useWhiteBackground;

    public VisitOrder2D visitOrder;

From source file schoolsystem.FeeModuleDialog.java

/**
 *
 * @author codeGeek
 */
public class FeeModuleDialog extends javax.swing.JDialog {
    String admno;

From source file savant.plugin.builtin.SavantFileRepositoryBrowser.java

/**
 * Dialog which allows users to browse contents of Savant data-file repository.
 *
 * @author mfiume
 */
public class SavantFileRepositoryBrowser extends JDialog {