Example usage for javax.swing.plaf PanelUI subclass-usage

List of usage examples for javax.swing.plaf PanelUI subclass-usage

Introduction

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

Usage

From source file LayeredPaneDemo.java

class InnerFrameUI extends javax.swing.plaf.PanelUI {
    private static InnerFrameUI frameUI;

    protected static Color DEFAULT_TITLE_BAR_BG_COLOR;

    protected static Color DEFAULT_SELECTED_TITLE_BAR_BG_COLOR;