List of usage examples for javax.swing JDialog subclass-usage
From source file cl.uai.webcursos.emarking.desktop.OptionsDialog.java
public class OptionsDialog extends JDialog { /** * */ private static final long serialVersionUID = 3424578643623876331L;
From source file net.sourceforge.squirrel_sql.client.gui.ProgressAbortDialog.java
/**
* A monitor, which provide certain information to the user about a long running
* operation. The user get information about the progress of a long running
* operation. In addition to the progress bar, each step is reported in a
* "history area". This monitor provides the opportunity to cancel the
* operation. Sometimes it is not known, how many tasks must be completed, until
From source file com.frostwire.gui.bittorrent.PartialFilesDialog.java
/**
*
* @author gubatron
* @author aldenml
*
*/
From source file com.alvermont.terraj.stargen.ui.KeyDialog.java
/**
* Displays the key to planetary data
*
* @author martin
* @version $Id: KeyDialog.java,v 1.4 2006/07/06 06:58:35 martin Exp $
*/
From source file View.DialogoEstadisticas.java
/** * * @author toshiba */ public class DialogoEstadisticas extends javax.swing.JDialog {
From source file org.yccheok.jstock.gui.SaveToCloudJDialog.java
/** * * @author yccheok */ public class SaveToCloudJDialog extends javax.swing.JDialog {
From source file vista.empleados.DiagEmpleadoPersona.java
/** * * @author hugo */ public class DiagEmpleadoPersona extends javax.swing.JDialog {
From source file com.rapidminer.gui.new_plotter.gui.dialog.AddParallelLineDialog.java
/**
* This dialog allows the user to configure the addition of a crosshair line in the new charts.
*
* @author Marco Boeck
*
*/
From source file org.eurocarbdb.application.glycoworkbench.plugin.s3.gui.StartupDialog.java
/**
* Dialog box for obtaining a user's AWS Credentials, and performing other startup tasks such as
* loading properties files.
* <p>
*
* @author James Murty
From source file visualizer.datamining.dataanalysis.CreateLineGraph.java
/** * * @author Fernando Vieira Paulovich */ public class CreateLineGraph extends javax.swing.JDialog {