List of usage examples for javax.swing JDialog subclass-usage
From source file br.com.elotech.sits.config.dialog.ChooseFileDialog.java
public class ChooseFileDialog extends JDialog implements ActionListener { /** * */ private static final long serialVersionUID = -1597261006003820802L;
From source file org.onesun.sdi.swing.app.views.dialogs.ChartDialog.java
public class ChartDialog extends JDialog { /** * */ private static final long serialVersionUID = 8615404465470079746L;
From source file com.github.alexfalappa.nbspringboot.codegen.SpringDependencyDialog.java
/** * * @author Alessandro Falappa */ public class SpringDependencyDialog extends javax.swing.JDialog {
From source file iaws_desktop.VelibDispoDialogFrame.java
/** * * @author loic */ public class VelibDispoDialogFrame extends javax.swing.JDialog { DefaultListModel<VelibStation> listModel;
From source file VGL.SummaryChartUI.java
/**
* Brian White Summer 2008
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
From source file josejamilena.pfc.analizador.GraficoPorSGBD.java
public class GraficoPorSGBD extends JDialog { public GraficoPorSGBD(final String sgbd, final String script) throws ClassNotFoundException, SQLException { Map<String, String> res = new TreeMap<String, String>(); DefaultCategoryDataset dataset = new DefaultCategoryDataset();
From source file josejamilena.pfc.analizador.GraficoPorCliente.java
public class GraficoPorCliente extends JDialog { public GraficoPorCliente(final String cliente, final String script) throws ClassNotFoundException, SQLException { Map<String, String> res = new TreeMap<String, String>();
From source file josejamilena.pfc.analizador.GraficoPorScript.java
public class GraficoPorScript extends JDialog { public GraficoPorScript(final String hostCliente, final String hostSgbd) throws ClassNotFoundException, SQLException { Map<String, String> res = new TreeMap<String, String>();
From source file nz.govt.natlib.ndha.manualdeposit.dialogs.MissingFiles.java
/** * * @author __USER__ */ public class MissingFiles extends javax.swing.JDialog {
From source file nz.govt.natlib.ndha.manualdeposit.dialogs.DuplicateFiles.java
/** * * @author __USER__ */ public class DuplicateFiles extends javax.swing.JDialog {