this.tp_rifInput = new VisualRifJTextPane(document);
this.tp_rifInput.setFont(new Font("Courier", Font.PLAIN, 12));
this.tp_rifInput.setTabWidth(4);
document.init(lupos.gui.anotherSyntaxHighlighting.javacc.RIFParser.createILuposParser(new LuposDocumentReader(document)), true, 100);
this.setRifInputSP(new JScrollPane(this.tp_rifInput));
final TextLineNumber tln = new TextLineNumber(this.tp_rifInput);
this.rifInputSP.setRowHeaderView( tln );
}