77787980818283848586
public Document createDefaultDocument() { return new DefaultStyledDocument(); } public View create(Element elem) { ATERenderingView v = new ATERenderingView(elem, window.getTextEditor()); v.setDelegate(this); views.add(v); return v; }