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.pmedv.core.dialogs.AbstractNiceDialog.java

/**
 * <p>
 * This is an abstract base class for a nice Dialog, with a title, a subtitle, an icon
 * and a nice gradient header. Optionally any combination of the three buttons "New","ok" and "cancel"
 * can be turned on.Implementors must implement <code>initializeComponents</code>
 * in order to provide the dialog contents. 

From source file wsattacker.plugin.intelligentdos.ui.dialog.ConfigureCommonParams_NB.java

/**
 * @author Christian Altmeier
 */
public class ConfigureCommonParams_NB extends javax.swing.JDialog {

    private static final String DELETE = "delete";

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

/**
 * @author mole
 *
 */
public class TemplatePickerDialog extends JDialog {
    private static final Log log = LogFactory.getLog(TemplatePickerDialog.class);

From source file view.SettingsDialog.java

/**
 *
 * @author Diogo
 */
public class SettingsDialog extends javax.swing.JDialog {

From source file org.drugis.mtc.gui.results.ConvergencePlotsDialog.java

@SuppressWarnings("serial")
public class ConvergencePlotsDialog extends JDialog {
    final static int DATA_SCALE = 200;
    private final XYSeries d_rHatSeries;
    private final XYSeries d_vHatSeries;
    private final XYSeries d_wSeries;

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

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

From source file tvbrowser.ui.settings.channel.ChannelGroupInfoDialog.java

/**
 * Shows the ChannelGroup Information Dialog
 */
public class ChannelGroupInfoDialog extends JDialog implements WindowClosingIf {
    /** Translation */
    private static final util.ui.Localizer mLocalizer = util.ui.Localizer

From source file org.jtheque.ui.utils.windows.dialogs.SwingDialogView.java

/**
 * A swing dialog view.
 *
 * @author Baptiste Wicht
 */
public abstract class SwingDialogView<T extends Model> extends JDialog implements ManagedWindow, WindowView,

From source file Visao.Relatorio.GraficoPerCapta.java

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

From source file au.org.ala.delta.intkey.ui.FindInTaxaDialog.java

public class FindInTaxaDialog extends JDialog {

    private static final long serialVersionUID = -1533904722860799151L;

    private JTextField _textField;
    private JPanel _pnlMain;