JMeter now requires JDK1.4 because of ChangeLanguage's usage of the
single-argument constructor of Locale. I think for
backwards-compatibilty it would be better to use the
two-arguments-constructor with an empty String as second argument. I
think there is no point in enforcing JDK1.4-use just for one source-file
only. Therefore I suggest changing line 33 of ChangeLanguage to the
follwoing:

Locale loc = new Locale(((Component)e.getSource()).getName(), "");

Furthermore ChangeLanguage does only some parts of its job. It just
changes the language for everything new after that. But it doesn't
repaint/translate the menubar. 

Greetings,

Wolfram

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to