9596979899100101102
} public ATEPanel(XJFrame parentFrame, StyledEditorKit editorKit) { super(new BorderLayout()); setParentFrame(parentFrame); autoIndent = new ATEAutoIndentation(this); createTextPane(editorKit); }