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.docwhat.iated.ui.PreferencesDialog.java

/**
 * The preferences dialog for the Its All Text! application. This dialog box was
 * designed using the NetBeans GUI designer.
 * @author Christian Hltje
 * @author Jim Hurne
 */

From source file vista.NuevoUsuario.java

/**
 *
 * @author Fran
 */
public class NuevoUsuario extends javax.swing.JDialog {

From source file view.PrograssCharts.java

/**
 *
 * @author Supun
 */
public class PrograssCharts extends javax.swing.JDialog {

From source file au.com.jwatmuff.eventmanager.gui.main.AboutDialog.java

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

From source file de.codesourcery.eve.skills.ui.utils.PersistentDialog.java

public class PersistentDialog extends JDialog implements IPersistentDialog {
    private final JCheckBox isDialogEnabled;
    private final PersistenceType type;
    private String id;

    private final JButton okButton = new JButton("OK");

From source file net.chunkyhosting.Roe.computer.CHGManager.gui.dialogs.DownloadNotice.java

/**
 * @author ImThatPedoBear
 *
 */
public class DownloadNotice extends JDialog {

From source file org.archiviststoolkit.plugin.utils.CodeViewerDialog.java

/**
 * Simple dialog for viewing or editing source code with syntax highlighting
 *
 * @author Nathan Stevens
 */
public class CodeViewerDialog extends JDialog {

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

public class EnterEntityNameAndPrefix extends javax.swing.JDialog {

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

From source file br.com.renatoccosta.regexrenamer.view.FrmAbout.java

/**
 *
 * @author Renato Couto da Costa
 */
public class FrmAbout extends javax.swing.JDialog {

From source file Visao.Relatorio.Relatorio_QuantidadeReclamacoesSexo.java

/**
 *
 * @author Gustavo
 */
public class Relatorio_QuantidadeReclamacoesSexo extends javax.swing.JDialog {