panel = UISupport.buildPanelWithToolbarAndStatusBar(buildToolbar(), scrollPane, historyGraph.getLegend());
panel.setPreferredSize(new Dimension(600, 400));
}
private JComponent buildToolbar() {
exportButton = UISupport.createToolbarButton(new ExportSamplesHistoryAction(historyGraph));
JXToolBar toolbar = UISupport.createToolbar();
toolbar.addSpace(5);
toolbar.addLabeledFixed("Select Statistic:", buildSelectStatisticCombo());