public class LocaleWidgetInitializer extends Object
| Constructor and Description |
|---|
LocaleWidgetInitializer(JComboBox localeCB)
Initializes a combo box with Portal locales.
|
| Modifier and Type | Method and Description |
|---|---|
void |
selectLocale(Locale locale)
Selects a locale in the locale (language) widget.
|
public LocaleWidgetInitializer(JComboBox localeCB)
localeCB - The combo box to be filled with locales.public void selectLocale(Locale locale)
locale - The locale to select in the widget.Copyright © 2003, 2023, Oracle and/or its affiliates.