List of usage examples for javax.swing JInternalFrame subclass-usage
From source file com.biosis.biosislite.vistas.inventario.MantenimientoBien.java
/** * * @author Documentos */ public class MantenimientoBien extends javax.swing.JInternalFrame {
From source file vista.Venta.java
/** * * @author cepardov */ public class Venta extends javax.swing.JInternalFrame { ProductoBeans productobeans = new ProductoBeans();
From source file canreg.client.gui.analysis.FrequenciesByYearInternalFrame.java
/** * * @author ervikm */ public class FrequenciesByYearInternalFrame extends javax.swing.JInternalFrame implements ActionListener {
From source file com.proyecto.vista.MantenimientoInventario.java
/** * * @author Documentos */ public class MantenimientoInventario extends javax.swing.JInternalFrame {
From source file de.rub.syssec.saaf.gui.editor.FileTree.java
/**
* Display a file system in a JTree view (extended with lots of SAAF stuff).
*
* <p>
* Window to browse in the Android-App, viewing smali and java code. Called by
* {@link OpenApp#showOrOpenNewFrame}.
From source file canreg.client.gui.dataentry.ImportView.java
/**
*
* @author morten
*
* This module
*
From source file canreg.client.gui.management.CanReg4MigrationInternalFrame.java
public class CanReg4MigrationInternalFrame extends javax.swing.JInternalFrame { public static boolean isPaused; private static final String namespace = "ns3:"; private final JDesktopPane desktopPane; private static final boolean debug = true;
From source file canreg.client.gui.analysis.ExportReportInternalFrame.java
/** * * @author morten */ public class ExportReportInternalFrame extends javax.swing.JInternalFrame implements ActionListener {
From source file javanews.gui.internalframe.LinkChart.java
/**
* Responsible for displaying information about the number of circuits and their
* state as well as historical changes to availability of links. The window shows
* two graphs, one showing the current number of links and their state as a pie
* chart. The second is a line chart showing movements in availability and allowing
* the user to hover the mouse over a point to show the date and time of activity.
From source file com.biosis.biosislite.vistas.AsignarPermiso.java
/** * * @author fesquivelc */ public class AsignarPermiso extends javax.swing.JInternalFrame {