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.harvard.mcz.imagecapture.SpecimenPartAttribEditDialog.java

/**
 * @author mole
 *
 */
public class SpecimenPartAttribEditDialog extends JDialog {
    private static final long serialVersionUID = -549010965241755136L;

From source file medsavant.uhn.cancer.SetCommentStatusDialog.java

public class SetCommentStatusDialog extends JDialog {

    private Log LOG = LogFactory.getLog(SetCommentStatusDialog.class);
    private final UserCommentGroup lcg;
    private final UserComment parentComment;
    private JTextArea comment;

From source file com.openbravo.pos.epm.JEmployeeFinder.java

/**
 *
 * @author  Ali Safdar & Aneeqa Baber
 */
public class JEmployeeFinder extends javax.swing.JDialog implements EditorCreator {

From source file eu.lp0.cursus.ui.AboutDialog.java

public class AboutDialog extends JDialog implements Displayable {
    private static final String TEXT_SPLIT = "\n------------------------------------------------------------------------\n\n"; //$NON-NLS-1$

    private final Logger log = LoggerFactory.getLogger(getClass());
    private WindowAutoPrefs prefs = new WindowAutoPrefs(this);

From source file NwFontChooserS.java

public class NwFontChooserS extends JDialog {
    String[] styleList = new String[] { "Plain", "Bold", "Italic" };
    String[] sizeList = new String[] { "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16",
            "17", "18", "19", "20", "22", "24", "27", "30", "34", "39", "45", "51", "60" };
    NwList StyleList;
    NwList FontList;

From source file co.com.soinsoftware.hotelero.view.JFRoomDetail.java

/**
 * @author Carlos Rodriguez
 * @since 28/07/2016
 * @version 1.0
 */
public class JFRoomDetail extends JDialog {

From source file se.backede.jeconomix.forms.report.SingleTransactionReport.java

/**
 *
 * @author Joakim Backede ( joakim.backede@outlook.com )
 */
public final class SingleTransactionReport extends javax.swing.JDialog {

From source file ca.uviccscu.lp.server.main.AddGameDialog.java

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

From source file guineu.util.dialogs.AxesSetupDialog.java

/**
 * @author Taken from MZmine2
 * http://mzmine.sourceforge.net/
 */
public class AxesSetupDialog extends JDialog implements ActionListener {

From source file de.quadrillenschule.azocamsyncd.gui.ConfigurationWizardJFrame.java

/**
 *
 * @author Andreas
 */
public class ConfigurationWizardJFrame extends javax.swing.JDialog {