<Swing Dev> [11][JDK-8197785]javax.accessibility.AccessibilityBundle will reload the ResourceBundle for every call to toDisplayString
Phil Race
philip.race at oracle.com
Tue Mar 6 18:01:29 UTC 2018
On 03/06/2018 09:45 AM, Semyon Sadetsky wrote:
> Can you point to place where this Hashmap is updated other then where
> it is initialized?
You mean Hashtable ?
161 table.put(locale, resourceTable);
Will be executed once per locale.
-phil.
More information about the swing-dev
mailing list