super.mouseClicked(e);
try {
final JTextArea logging = new JTextArea(10, 30);
final JScrollPane jsp = new JScrollPane(logging);
log.addInputLogListener(new InputLogListener() {
public void newLogPacket(String message) {
int max = jsp.getVerticalScrollBar().getMaximum() - jsp.getVerticalScrollBar().getVisibleAmount();
/**
* append
*/