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.chaosserver.timelord.swingui.AnnoyTimeDialog.java

/**
 * This dialog allows the user to change the default annoy time
 * smallest time setting in the system.
 */
public class AnnoyTimeDialog extends JDialog implements ActionListener {
    /** The logger. */

From source file net.ontopia.topicmaps.viz.AboutFrame.java

public class AboutFrame extends JDialog {
    public AboutFrame(Frame parent) {
        super(parent, Messages.getString("Viz.About", "Ontopia Vizigator"), true);

        JPanel mainPanel = new JPanel();
        mainPanel.setBackground(Color.white);

From source file nz.govt.natlib.ndha.manualdeposit.dialogs.EnterDirectory.java

public class EnterDirectory extends javax.swing.JDialog {

    /**
     * 
     */
    private static final long serialVersionUID = -6689750892955764396L;

From source file com.croer.javaorange.diviner.SimpleOrangeDiviner.java

/**
 *
 * @author elialva
 */
public class SimpleOrangeDiviner extends javax.swing.JDialog implements OrangeDiviner {

From source file eu.ggnet.dwoss.util.HtmlDialog.java

/**
 *
 * @author oliver.guenther
 * @deprecated use HtmlPanel and the SAFT
 */
@Deprecated

From source file com.github.cjwizard.WizardTest2.java

/**
 * This demo class uses a JDialog to hold the wizard.
 * 
 * It show three pages: 1) You can enter a city name. 2) You must enter another
 * city that must be different to the first city. 3) It shows the last city
 * entered.

From source file org.smart.migrate.ui.RelationDialog.java

/**
 *
 * @author Sandy Duan
 */
public class RelationDialog extends javax.swing.JDialog {

From source file com.iucosoft.eavertizare.gui.FirmaJDialog.java

/**
 *
 * @author valera_
 */
public class FirmaJDialog extends javax.swing.JDialog {

From source file com.mirth.connect.manager.HeapSizeDialog.java

public class HeapSizeDialog extends JDialog {
    private String heapSize;
    private ManagerController managerController;

    public HeapSizeDialog(String heapSize) {
        super(PlatformUI.MANAGER_DIALOG, true);

From source file org.intermine.common.swing.StandardJDialog.java

/**
 * Subclass of <code>JDialog</code> providing a logger and a default cancel
 * Action that simply hides the dialog.
 */
public class StandardJDialog extends JDialog {
    private static final long serialVersionUID = -1569066413625175923L;