this.debug = Boolean.parseBoolean(getParameter(FileOperator.DEBUG));
if (this.debug) {
// UI initialisation
Container contentPane = getContentPane();
this.output = new TextOutputPanel();
contentPane.add ((TextOutputPanel) this.output);
contentPane.setVisible(true);
}