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 org.isatools.isacreatorconfigurator.configui.DataEntryPanel.java

public class DataEntryPanel extends JLayeredPane {

    private static final int WIDTH = 900;
    private static final int HEIGHT = 700;
    private static final TableElementInfo tableInfo = new TableElementInfo();

From source file LayeredPaneDemo3.java

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

        // default background color