List of usage examples for javax.swing JRootPane subclass-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(); }