LoggingBufferPanel lp=new LoggingBufferPanel(f,"test",null);
f.getContentPane().add(lp);
final LoggingEntryByteBuffer buffer=lp.getBuffer();
try {
buffer.readXML(new File(args[0]));
} catch (ParserConfigurationException e1) {
e1.printStackTrace();
System.exit(0);
} catch (SAXException e1) {
e1.printStackTrace();