219220221222223224225226227228229
themeComboBox.getItem(combo.getSelectionIndex()) != storedTheme); } } }); Theme themes[] = ThemeFactory.getThemes(); for (Theme theme : themes) { themeComboBox.add(theme.getName()); }