List of usage examples for javax.swing JDialog subclass-usage
From source file fr.ign.cogit.geoxygene.sig3d.gui.window.result.DissimilarityCalculationDialog.java
/**
*
* This software is released under the licence CeCILL
*
* see LICENSE.TXT
*
From source file facturas.Window2.java
/** * * @author Antonio */ public class Window2 extends javax.swing.JDialog {
From source file ProgressDialog.java
/**
Dialog which displays indeterminate progress.
@author <a href="mailto:jclasslib@ej-technologies.com">Ingo Kegel</a>
@version $Revision: 1.1 $ $Date: 2003/08/18 07:46:43 $
*/
From source file iad.gui.HistogramDialog.java
/** * * @author glabg */ public class HistogramDialog extends javax.swing.JDialog {
From source file streaming.gui.JDialogAfficheLiens.java
/** * * @author admin */ @Component public class JDialogAfficheLiens extends javax.swing.JDialog {
From source file streaming.swing.JDialogGenre.java
/** * * @author admin */ @Component public class JDialogGenre extends javax.swing.JDialog {
From source file streaming.gui.JDialogEditGenre.java
/** * * @author admin */ @Component public class JDialogEditGenre extends javax.swing.JDialog {
From source file streaming.gui.GenreJDialogLayout.java
/** * * @author ajc */ @Component public class GenreJDialogLayout extends javax.swing.JDialog {
From source file org.smart.migrate.ui.OptionsDialog.java
/** * * @author sindtom */ public class OptionsDialog extends javax.swing.JDialog {
From source file Main.java
class Dialogz extends JDialog { JButton close = new JButton("close"); public Dialogz(JFrame owner, boolean modal) { super(owner, modal);