Display.setAppName("kEllyIRC");
final Display disp = Display.getDefault();
MainWindow window = null;
try {
HTMLLayout h = new HTMLLayout();
h.setTitle(KEllyBot.VERSION+ " Error Log");
h.setLocationInfo(true);
BasicConfigurator.configure(new FileAppender(h, "error_log.html",true));
window = new MainWindow(disp);
window.setBlockOnOpen(true);
window.open();