Example usage for javax.swing.text PlainView subclass-usage

List of usage examples for javax.swing.text PlainView subclass-usage

Introduction

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

Usage

From source file ro.nextreports.designer.ui.sqleditor.syntax.SyntaxView.java

/**
 * @author Decebal Suiu
 */
public class SyntaxView extends PlainView {

    private static final Log LOG = LogFactory.getLog(SyntaxView.class.getName());