List of usage examples for javax.swing JDialog subclass-usage
From source file org.yccheok.jstock.gui.BuyPortfolioChartJDialog.java
/** * * @author yccheok */ public class BuyPortfolioChartJDialog extends javax.swing.JDialog {
From source file com.apatar.ui.JFeatureRequestHelpDialog.java
@SuppressWarnings("serial") public class JFeatureRequestHelpDialog extends JDialog { JTextArea text = new JTextArea(); JButton sendButton = new JButton("Send"); JButton cancel = new JButton("Cancel");
From source file MyPanel.java
public class DialogChart extends javax.swing.JDialog { public Variable var; public MyNode node; private MyPanel panel;
From source file org.yccheok.jstock.gui.SellPortfolioChartJDialog.java
/** * * @author yccheok */ public class SellPortfolioChartJDialog extends javax.swing.JDialog {
From source file com.jskj.asset.client.panel.slgl.GuDingZiChanWeiXiuJDialog.java
/** * * @author tt */ public class GuDingZiChanWeiXiuJDialog extends javax.swing.JDialog {
From source file org.n52.oxf.ui.swing.ChartDialog.java
/** * @author <a href="mailto:broering@52north.org">Arne Broering</a> * */ public class ChartDialog extends JDialog implements ActionListener {
From source file savant.view.dialog.PluginRepositoryDialog.java
/** * * @author mfiume */ public class PluginRepositoryDialog extends JDialog { private static final Log LOG = LogFactory.getLog(PluginRepositoryDialog.class);
From source file org.apache.jmeter.gui.action.SearchTreeDialog.java
/** * FIXME Why is searchTF not getting focus correctly after having been setVisible(false) once */ public class SearchTreeDialog extends JDialog implements ActionListener { private static final long serialVersionUID = -4436834972710248247L;
From source file com.edduarte.protbox.ui.windows.RestoreFileWindow.java
/** * @author Ed Duarte (<a href="mailto:ed@edduarte.com">ed@edduarte.com</a>) * @version 2.0 */ public class RestoreFileWindow extends JDialog { private static final Logger logger = LoggerFactory.getLogger(RestoreFileWindow.class);
From source file net.sf.jabref.importer.ZipFileChooser.java
/** * Dialog to allow users to choose a file contained in a ZIP file. * * @author andreas_sf at rudert-home dot de */ class ZipFileChooser extends JDialog {