// when the scriptConsole is created, so we shouldn't be here
throw new NullPointerException(
"toolbarPanel or templatePanel not created!");
}
dataListViewer = new DataListView(new SimulatorDataModel(),scriptConsole);
templateViewer = new JScrollPane(templatePanel,
ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS,
ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
templateViewer.getVerticalScrollBar().setUnitIncrement(20);