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 com.jwmsolutions.timeCheck.gui.TodoForm.java

/**
 *
 * @author  __USER__
 */
public class TodoForm extends javax.swing.JDialog {

From source file course_generator.param.frmEditCurve.java

public class frmEditCurve extends javax.swing.JDialog {
    private boolean ok;
    private boolean bEditMode;
    private TrackData track;
    private java.util.ResourceBundle bundle;
    private JFreeChart chart = null;

From source file com.t3.client.ui.ExportDialog.java

/**
 * Creates a dialog for performing a screen capture to a PNG file.
 * <p>
 * This uses a modal dialog based on an Abeille form. It creates a PNG file at
 * the resolution of the 'board' image/tile. The file can be saved to disk or
 * sent to an FTP location.

From source file ome.formats.importer.gui.ImportDialog.java

/**
 * @author "Brian W. Loranger"
 */
@SuppressWarnings("serial")
public class ImportDialog extends JDialog implements ActionListener {
    boolean debug = false;

From source file digital.test.Dlg_test.java

/**
 *
 * @author Guinness
 */
public class Dlg_test extends javax.swing.JDialog {

From source file pcgen.gui2.dialog.PrintPreviewDialog.java

/**
 * Dialog to allow the preview of character export.
 */
@SuppressWarnings("serial")
public final class PrintPreviewDialog extends JDialog implements ActionListener {

From source file tvbrowser.ui.filter.dlgs.EditFilterDlg.java

public class EditFilterDlg extends JDialog
        implements ActionListener, DocumentListener, CaretListener, WindowClosingIf {

    private static final util.ui.Localizer mLocalizer = util.ui.Localizer.getLocalizerFor(EditFilterDlg.class);

    private static final util.ui.Localizer mFilterLocalizer = util.ui.Localizer.getLocalizerFor(UserFilter.class);

From source file org.openmicroscopy.shoola.agents.imviewer.util.saver.ImgSaver.java

/** 
 * A modal dialog to save the currently rendered image.
 *
 * @author Jean-Marie Burel &nbsp;&nbsp;&nbsp;&nbsp;
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @authorAndrea Falconi &nbsp;&nbsp;&nbsp;&nbsp;

From source file de.huxhorn.lilith.swing.preferences.PreferencesDialog.java

public class PreferencesDialog extends JDialog {
    private static final long serialVersionUID = 8313102215860746241L;

    public enum Panes {
        General, StartupShutdown, Windows, Sounds, Sources, SourceLists, SourceFiltering, Conditions, LoggingLevels, AccessStatus, Troubleshooting
    }