Example usage for javax.swing JLayeredPane subclass-usage

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

Introduction

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

Usage

From source file lu.lippmann.cdb.graph.GenericGraphViewImpl.java

/**
 * GraphViewImpl.
 * 
 * @author the ACORA team / WP1
 */
@AutoBind

From source file org.ut.biolab.medsavant.client.filter.FilterEffectivenessPanel.java

/**
 *
 * @author mfiume
 */
public class FilterEffectivenessPanel extends JLayeredPane {

From source file LayeredPaneDemo4.java

class MDIPane extends JLayeredPane implements ComponentListener {
    public MDIPane() {
        addComponentListener(this);
        setOpaque(true);

        // default background color

From source file lu.lippmann.cdb.graph.GraphViewImpl.java

/**
 * GraphViewImpl.
 * 
 * @author the ACORA team / WP1
 */
@AutoBind

From source file org.isatools.isacreatorconfigurator.configui.MenuPanel.java

public class MenuPanel extends JLayeredPane {
    private static final Logger log = Logger.getLogger(MenuPanel.class.getName());

    private GenericPanel generic;

    private ISAcreatorConfigurator appCont;

From source file org.ut.biolab.medsavant.client.view.genetics.charts.SummaryChart.java

/**
 *
 * @author mfiume
 */
public class SummaryChart extends JLayeredPane implements BasicPatientColumns, BasicVariantColumns {

From source file org.isatools.isacreator.gui.DataEntryForm.java

/**
 *
 *
 */
public class DataEntryForm extends JLayeredPane implements Serializable {

From source file it.unibas.spicygui.vista.JLayeredPaneCorrespondences.java

public class JLayeredPaneCorrespondences extends JLayeredPane {

    private Scenario scenario;
    private JPanel pannelloPrincipale;
    private JPanel intermediatePanel;
    private JSplitPane split;

From source file org.isatools.isacreatorconfigurator.configui.FieldInterface.java

public class FieldInterface extends JLayeredPane implements ActionListener, Serializable {

    private static final String UNIT_STR = "Unit";
    private static final String PROTOCOL_STR = "Protocol REF";
    private static final String DEFAULT_VAL_STR = "Default Value:";
    private static final String PROTOCOL_TYPE_STR = "Protocol Type:";

From source file org.ut.biolab.medsavant.client.view.genetics.TablePanel.java

/**
 *
 * @author mfiume
 */
public class TablePanel extends JLayeredPane implements BasicVariantColumns {