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 fll.scheduler.ChooseChallengeDescriptor.java

/**
 * Prompt the user to choose a challenge descriptor.
 * This is a modal dialog.
 * 
 * @see #getSelectedDescription()
 */

From source file org.pmedv.core.dialogs.AbstractDialog.java

public abstract class AbstractDialog extends JDialog {

    private static final long serialVersionUID = -7552896221455776854L;
    protected ResourceService resources;
    protected ApplicationContext ctx;

From source file org.cds06.speleograph.graph.DateAxisEditor.java

/**
 * Create a panel to edit a Date axis.
 *
 * @author Philippe VIENNE
 * @since 1.0
 */

From source file com.cmsoftware.keyron.vista.admin.CambiarClave.java

/**
 * Ventana para cambiar clave de acceso.
 *
 * @author Cristiam Mercado cristiammercadoj@gmail.com
 * @version 1.0
 */

From source file org.openpnp.gui.AboutDialog.java

@SuppressWarnings("serial")
public class AboutDialog extends JDialog {

    private final JPanel contentPanel = new JPanel();
    private JTextPane textPane;

From source file net.sf.profiler4j.console.util.task.LongTaskExecutorDialog.java

public class LongTaskExecutorDialog extends JDialog {

    private static final Log log = LogFactory.getLog(LongTaskExecutorDialog.class);

    private static final long serialVersionUID = 1L;
    private JPanel jContentPane = null;

From source file com.intuit.tank.proxy.settings.ui.ProxyConfigDialog.java

public class ProxyConfigDialog extends JDialog {

    private static final long serialVersionUID = 1L;
    private JToolBar toolbar;
    private ProxyConfigPanel proxyConfigPanel;
    private ConfigHandler configHandler = new ConfigHandler();

From source file analysers.FilterValidatedDialog.java

/** 
 * Copyright 2013 University of Warwick
 * 
 *    Licensed under the Apache License, Version 2.0 (the "License");
 *    you may not use this file except in compliance with the License.
 *    You may obtain a copy of the License at

From source file org.kuali.test.ui.base.SimpleInputDlg.java

/**
 *
 * @author rbtucker
 */
public class SimpleInputDlg extends JDialog implements ActionListener {
    private static final Logger LOG = Logger.getLogger(SimpleInputDlg.class);

From source file savant.plugin.builtin.AddSAFEGroup.java

/**
 *
 * @author mfiume
 */
public class AddSAFEGroup extends javax.swing.JDialog {
    private static final Log LOG = LogFactory.getLog(AddSAFEGroup.class);