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

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

Introduction

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

Usage

From source file Main.java

class CenteredBoxView extends BoxView {
    public CenteredBoxView(Element elem, int axis) {

        super(elem, axis);
    }