UITestConstants.MOUSE_CLICK_ACTIVATION);
pressApplyButton();
closePreferencesDialog();
SWTBotView log4jView = BOT.viewByTitle("Log4j-Viewer");
log4jView.show();
log4jView.setFocus();
Composite log4jViewComposite = (Composite) log4jView.getWidget();
Matcher matcher = instanceOf(Table.class);
SWTBotTable mainViewTable = new SWTBotTable((Table) BOT.widget(matcher, log4jViewComposite));
// TODO: Invalid thread access here