Example usage for javax.swing JRootPane subclass-usage

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

Introduction

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

Usage

From source file org.ayound.js.debug.ui.editor.AbstractEditor.java

public class AbstractEditor extends JRootPane implements SyntaxConstants {

    public AbstractEditor(String contextTpye) {
        this.contextType = contextTpye;
        init();
    }