List of usage examples for javax.swing JDialog subclass-usage
From source file grafix.telas.secundarias.FormPapeisYahoo.java
/** * * @author joao */ public class FormPapeisYahoo extends javax.swing.JDialog { private boolean salvou = false;
From source file su.fmi.photoshareclient.ui.PhotoViewDialog.java
/** * * @author Merx3 */ public class PhotoViewDialog extends javax.swing.JDialog {
From source file org.ciscavate.cjwizard.WizardTest.java
/**
* This demo class uses a JDialog to hold the wizard.
*
*
* @author rcreswick
*
From source file com.github.cjwizard.WizardTest.java
/**
* This demo class uses a JDialog to hold the wizard.
*
*
* @author rcreswick
*
From source file co.udea.edu.proyectointegrador.gr11.parqueaderoapp.view.stadistics.EstadisticaUI.java
/** * * @author ASUS */ public class EstadisticaUI extends javax.swing.JDialog {
From source file tvbrowser.ui.settings.PluginInfoDialog.java
/** * The Info-Dialog shows Informations about an Plugin * * @author bodum */ public class PluginInfoDialog extends JDialog implements WindowClosingIf {
From source file org.apache.jmeter.control.gui.CustomItemListDialog.java
/** * TODO Comment of CustomAgentListDialog * @author chenchao.yecc * */ public class CustomItemListDialog extends JDialog implements ActionListener {
From source file ec.ui.chart.ChartPopup.java
/** * Utility Popup dialog displaying graphical results of Revision History * @author Mats Maggi */ public class ChartPopup extends JDialog {
From source file net.chaosserver.timelord.swingui.JCalendarDialog.java
/** * A simple wrapper dialog around the JCalendar utility. */ public class JCalendarDialog extends JDialog implements ActionListener { /** Logger. */ private static Log log = LogFactory.getLog(JCalendarDialog.class);
From source file de.huxhorn.lilith.swing.AboutDialog.java
public class AboutDialog extends JDialog { private static final long serialVersionUID = -1777026913356705300L; private boolean wasScrolling; private AboutPanel aboutPanel;