List of usage examples for javax.swing JLayeredPane subclass-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