Internationalization and Swing
Hi!
I'm using some ListResourceBundles to be able to internationalize my Swing app (menus, error messages, etc...). The user has the option to change the language used by the app in realtime using a menu option. My problem is that once the user selects the new language I need to reload all the menus, messages, etc.. already painted in my app. How can I reload them ?
Thanks in advance

