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.sf.jabref.wizard.auximport.gui.FromAuxDialog.java

public class FromAuxDialog extends JDialog {
    private final JPanel statusPanel = new JPanel();
    private final JPanel buttons = new JPanel();
    private final JButton selectInDBButton = new JButton();
    private final JButton generateButton = new JButton();
    private final JButton cancelButton = new JButton();

From source file org.openmicroscopy.shoola.agents.treeviewer.util.MIFNotificationDialog.java

/**
 * Notifies the user that MIF could not be deleted or moved.
 *
 * @author Jean-Marie Burel     
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @since 5.0

From source file es.emergya.ui.gis.popups.ListaCapas.java

public class ListaCapas extends JDialog implements ActionListener {

    private static final long serialVersionUID = -6066807198392103411L;
    private static final Log log = LogFactory.getLog(ListaCapas.class);
    private static ListaCapas self;
    private JFileChooser fileChooser;

From source file opendial.gui.utils.DistributionViewer.java

/**
 * GUI window displaying a (discrete or continuous) distribution as a chart. The
 * graphical layout of the chart is based on JFreeChart.
 * 
 * @author Pierre Lison (plison@ifi.uio.no)
 */

From source file edu.ku.brc.ui.ChooseFromListDlg.java

/**
 * Choose an object from a list of Objects using their "toString".
 * 
 * (This should be converted over to use the CustomDialog.)
 * 
 * @code_status Complete

From source file edu.ku.brc.specify.config.AgentSearchDialogES.java

/**
 * NOTE: Thiks is an example of how to do the Search dialog usin express search instead of a regular search.
 * (I think one of the bggest reasons NOT to do it this way is because the Express MUST be update  before it is used.
 * so if the user was entering in a lot of new data they may forget to update the express search as they went and then wouldn't
 * find thinkgs they just entered)
 *

From source file com.diversityarrays.dal.server.SqlDialog.java

class SqlDialog extends JDialog {

    class SqlQueryTask extends BackgroundTask<TaskResult, Void> {

        private TaskResult taskResult = new TaskResult();
        private String sql;

From source file net.sourceforge.entrainer.jfreechart.UnitChart.java

/**
 * This class displays the chart for all the units over time.
 * 
 * @author burton
 */
public class UnitChart extends JDialog {

From source file opendial.gui.stateviewer.DistributionViewer.java

/**
 * GUI window displaying a (discrete or continuous) distribution as a chart. The  graphical
 * layout of the chart is based on JFreeChart.
 * 
 * @author  Pierre Lison (plison@ifi.uio.no)
 * @version $Date:: 2014-10-31 00:04:31 #$

From source file thesis.GetData.java

/**
 *
 * @author test
 */
public class GetData extends javax.swing.JDialog {