List of usage examples for javax.swing JDialog subclass-usage
From source file org.panbox.desktop.common.gui.RestoreRevisionDialog.java
/** * Created by Timo Nolle on 12.09.14. */ public class RestoreRevisionDialog extends javax.swing.JDialog { /**
From source file org.ut.biolab.medsavant.client.patient.AddPatientsForm.java
/** * * @author AndrewBrook */ public class AddPatientsForm extends JDialog {
From source file au.org.ala.delta.intkey.ui.WebSearchDialog.java
public class WebSearchDialog extends JDialog { private static final long serialVersionUID = 1L; private static Pattern SEARCH_ENGINE_REGEX = Pattern.compile("^(.*)\\s+[\"](.*)[\"]$"); private final JPanel contentPanel = new JPanel();
From source file nz.govt.natlib.ndha.manualdeposit.customizemetadata.CustomizeMetaDataForm.java
public final class CustomizeMetaDataForm extends javax.swing.JDialog implements ICustomizeMetaDataEditorView { private static final long serialVersionUID = -6992920177120441672L; private final static Log LOG = LogFactory.getLog(CustomizeMetaDataForm.class); // Can't replace with a local variable as it wouldn't work then @SuppressWarnings("unused")
From source file org.yccheok.jstock.gui.portfolio.DividendSummaryBarChartJDialog.java
/** * * @author yccheok */ public class DividendSummaryBarChartJDialog extends javax.swing.JDialog {
From source file FontChooser.java
/** * A dialog allow selection and a font and its associated info. * * @author <A HREF="mailto:colbell@users.sourceforge.net">Colin Bell</A> */ public class FontChooser extends JDialog {
From source file de.mpg.mpi_inf.bioinf.netanalyzer.ui.SaveChartDialog.java
/**
* Dialog for saving a chart to a file.
* <p>
* This dialog prompts the user to specify chart dimensions and then a filename.
* </p>
*
From source file org.fhaes.FHRecorder.FireHistoryRecorder.java
/** * Performs a series of initializations for the panels, tabs, and layout for the GUI * @author Alex Beatty, Clayton Bodendein, Kyle Hartmann, Scott Goble */ public class FireHistoryRecorder extends JDialog {
From source file storybook.exporter.DlgExport.java
/** * * @author favdb */ public class DlgExport extends javax.swing.JDialog { public MainFrame mainFrame;
From source file org.smart.migrate.ui.MappingDialog.java
/** * * @author Sandy Duan */ public class MappingDialog extends javax.swing.JDialog {