};
timer.schedule(updateTimeBoundsTask, 0, 1000);
}
});
/* Make sure key events get dispatched to local controls (which enable for Alt/Ctrl/etc...) */
plotPanel.addAncestorListener(new LocalControlKeyEventDispatcher(this));
GridBagLayout layout = new StackPlotLayout(this);
plotPanel.setLayout(layout);
subPlots = new ArrayList<AbstractPlottingPackage>(numberOfSubPlots);