// settings for qualitative Analysis tab
boolean autoRefreshStatus = true;
tStarCheckBox = new JCheckBox(
Messages.getString("AnalysisSideBar.Footer.TStar"));
qualitativeAnalysisSideBar = new SideBar(editor, centralMediator, autoRefreshStatus,
tStarCheckBox);
JPanel bottomPanel = new JPanel(new BorderLayout());
autoRefresh = new JCheckBox(
Messages.getString("AnalysisSideBar.Footer.Autorefresh"));