List of usage examples for javax.swing JDialog subclass-usage
From source file com.yosanai.java.swing.config.ConfigDialog.java
/** * * @author Saravana Perumal Shanmugam */ @SuppressWarnings("serial") public class ConfigDialog extends javax.swing.JDialog {
From source file org.pentaho.reporting.libraries.designtime.swing.background.WaitDialog.java
/** * A dialog which will indicate to the user that an operation is being performed and will provide them an opportunity to * try and cancel that operation. This will create and run in a separate thread so that the user and the background * operation will not have to wait for completion. */ public class WaitDialog extends JDialog {
From source file savant.sql.LoginDialog.java
/** * Dialog which lets user log into an SQL database. * * @author tarkvara */ public class LoginDialog extends javax.swing.JDialog {
From source file org.bitbucket.mlopatkin.android.logviewer.ConfigurationDialog.java
public class ConfigurationDialog extends JDialog { private final JPanel contentPanel = new JPanel(); private ConfigurationDialog(Frame owner) { super(owner);
From source file verdandi.ui.ProjectEditorDialog.java
@SuppressWarnings("serial") public class ProjectEditorDialog extends JDialog implements ActionListener { private static final Log LOG = LogFactory.getLog(ProjectEditorDialog.class); private static ResourceBundle rb = ResourceBundle.getBundle("TextResources");
From source file dylemator.UserList.java
/** * * @author nanker */ public final class UserList extends javax.swing.JDialog {
From source file uk.nhs.cfh.dsp.srth.desktop.uiframework.app.impl.ModularApplicationAboutDialog.java
/**
* A custom {@link javax.swing.JDialog} for displaying application information.
*
* <br>Version : @#VersionNumber#@
* <br>Written by @author jay
* <br>Created on Nov 22, 2009 at 7:57:33 PM.
From source file org.kuali.test.ui.base.SimpleInputDlg2.java
/** * * @author rbtucker */ public class SimpleInputDlg2 extends JDialog implements ActionListener { private static final Logger LOG = Logger.getLogger(SimpleInputDlg2.class);
From source file org.ut.biolab.medsavant.client.view.manage.AddRemoveDatabaseDialog.java
/**
* Dialog for adding and removing databases. Actually, the real purpose of this dialog is just to retrieve the admin username and
* password.
*
* @author mfiume
*/
From source file Visao.Relatorio.Relatorio_QuantidadeReclamacoesUF.java
/** * * @author Gustavo */ public class Relatorio_QuantidadeReclamacoesUF extends javax.swing.JDialog {