Example usage for javax.swing JInternalFrame subclass-usage

List of usage examples for javax.swing JInternalFrame subclass-usage

Introduction

In this page you can find the example usage for javax.swing JInternalFrame subclass-usage.

Usage

From source file com.emr.schemas.TableRelationsForm.java

/**
 * A {@link JInternalFrame} form for defining the relationships between the source tables, as well as the columns to be moved.
 * @author LEONARD NDUATI
 */
public class TableRelationsForm extends javax.swing.JInternalFrame {
    FileManager fileManager;

From source file view.statistics.IssueChart.java

/**
 *
 * @author Nands
 */
public class IssueChart extends javax.swing.JInternalFrame {

From source file org.spf4j.ui.TSDBViewJInternalFrame.java

/**
 *
 * @author zoly
 */
@SuppressFBWarnings({ "FCBL_FIELD_COULD_BE_LOCAL", "SE_BAD_FIELD" })
public class TSDBViewJInternalFrame extends javax.swing.JInternalFrame {

From source file com.biosis.biosislite.vistas.inventario.MantenimientoCampo.java

/**
 *
 * @author Documentos
 */
public class MantenimientoCampo extends javax.swing.JInternalFrame {

From source file com.cmsoftware.keyron.vista.admin.AgregarEmpleado.java

/**
 * Ventana que muestra las opciones para agregar un nuevo empleado.
 *
 * @author Cristiam Mercado cristiammercadoj@gmail.com
 * @version 1.0
 */

From source file com.cmsoftware.keyron.vista.admin.EditarEmpleado.java

/**
 * Ver detalladamente la informacin del empleado, adems de ofrecer otras
 * opciones.
 *
 * @author Cristiam Mercado cristiammercadoj@gmail.com
 * @version 1.0

From source file com.smanempat.view.ViewClassification.java

/**
 *
 * @author Zakaria Andy S
 */
public class ViewClassification extends javax.swing.JInternalFrame {

From source file de.rub.syssec.saaf.gui.frame.CfgSelectorFrame.java

/**
 * This frame shows all methods for one smali class for which CFGs can
 * be created and exported.
 */
public class CfgSelectorFrame extends JInternalFrame {

From source file com.emr.schemas.EditMappingsForm.java

/**
 * A JInternalFrame form for mapping source and destination columns
 * @author LEONARD NDUATI
 */
public class EditMappingsForm extends javax.swing.JInternalFrame {
    Connection mpiConn;

From source file Applet.EmbeddedChart.java

/**
 * @author Tres
 * 
 */
public class EmbeddedChart extends JInternalFrame implements Serializable {