public void onClick(ClickEvent event) {
// Update the current theme
CUR_THEME = button.getTheme();
// Reload the current tab, loading the new theme if necessary
TabBar bar = ((TabBar) app.getContentTitle());
bar.selectTab(bar.getSelectedTab());
// Load the new style sheets
updateStyleSheets();
}
});