| java.lang.Object test.check.MyLocaleChangeListener
MyLocaleChangeListener | public class MyLocaleChangeListener implements ActionListener(Code) | | Listener to change the current locale.
author: Kirill Grouchnikov |
MyLocaleChangeListener | public MyLocaleChangeListener(String langCode, String countryCode, JFrame frame)(Code) | | Creates the locale change listener.
Parameters: langCode - Language code. Parameters: countryCode - Country code. Parameters: frame - Main test frame. |
setLocale | void setLocale(Component component, Locale locale)(Code) | | Sets the specified locale on a component and all its children
(recursively).
Parameters: component - Component. Parameters: locale - Locale to set. |
|
|