List of usage examples for javax.swing.text BoxView subclass-usage
From source file Main.java
class CenteredBoxView extends BoxView { public CenteredBoxView(Element elem, int axis) { super(elem, axis); }