});
}
@Override
public void actionPerformed(CompilerEvent e) {
final CompilerEvent event = e;
// Bugfix for ArrayIndexOutOfBounds exception
this.runInEventDispatchThread(new Runnable() {
@Override
public void run() {
try {
if (event.isBuildAllEvent() || event.isDebuggerStartEvent()) {
stopOutputWindow();
startOutputWindow();
requestVisible();
}
} catch (Exception exception) {