List of usage examples for javax.swing JDialog subclass-usage
From source file se.backede.jeconomix.forms.report.TransactionReport.java
/** * * @author Joakim Backede ( joakim.backede@outlook.com ) */ @Slf4j public class TransactionReport extends javax.swing.JDialog {
From source file org.interpss.chart.dstab.SimpleOneStateChart.java
/** * Demo for {@link XYSeries}, where all the y values are the same. */ public class SimpleOneStateChart extends JDialog { private static final long serialVersionUID = 1;
From source file phex.gui.dialogs.UpdateNotificationDialog.java
public class UpdateNotificationDialog extends JDialog { private UpdateCheckRunner updateChecker; private JCheckBox dontDisplayAgainChkBox; public UpdateNotificationDialog(UpdateCheckRunner aChecker) {
From source file org.yccheok.jstock.gui.AboutJDialog.java
/** * * @author yccheok */ public class AboutJDialog extends javax.swing.JDialog { private final Thread checkForUpdateThread = new Thread(new Runnable() {
From source file org.pegadi.client.LoginDialog.java
public class LoginDialog extends JDialog { protected JLabel loginLabel = new JLabel(); protected JLabel userNameLabel = new JLabel(); protected JTextField userNameField = new JTextField(); protected JButton okButton = new JButton();
From source file savant.view.dialog.PluginManagerDialog.java
/** * * @author mfiume */ public class PluginManagerDialog extends JDialog {
From source file nz.govt.natlib.ndha.manualdeposit.CMSSearchResults.java
public class CMSSearchResults extends javax.swing.JDialog implements ICMSSearchResults { private static final long serialVersionUID = 330994571070332061L; private final static Log LOG = LogFactory.getLog(CMSSearchResults.class); private final String theSettingsPath; private final JPanel glass;
From source file org.yccheok.jstock.gui.portfolio.SplitJDialog.java
/** * * @author yccheok */ public class SplitJDialog extends javax.swing.JDialog {
From source file org.ut.biolab.medsavant.client.view.dialog.ProgressDialog.java
/** * * @author Andrew */ public abstract class ProgressDialog extends JDialog {
From source file org.omegat.gui.dialogs.LicenseDialog.java
/**
* Dialog showing GNU Public License.
*
* @author Maxym Mykhalchuk
* @author Alex Buloichik
* @author Didier Briel