this.setLocation( loc );
htmlBox.setEditorKit(new HTMLEditorKit());
FileHandler htmlFile = new FileHandler(filename);
String msg = htmlFile.readAll();
log.debug("L�nge: "+msg.length());
htmlBox.setText(msg.toString());
htmlBox.setEditable(false);
htmlBox.setCaretPosition(0);