<Swing Dev> [10] RFR JDK-8183529: FilleChooser in "Detail view" does not change the Language of the column headings
Prasanta Sadhukhan
prasanta.sadhukhan at oracle.com
Wed Jul 5 06:42:58 UTC 2017
Hi All,
Please review a fix for a locale issue where it is seem FileChooser
dialog is not showing the column heading
in selected locale in "Detail view mode".
This was because, even though the locale strings are present in
properties resource file,
/share/classes/com/sun/java/swing/plaf/windows/resources/windows.properties//
// FileChooser.fileNameHeader.textAndMnemonic=Name//
// FileChooser.fileSizeHeader.textAndMnemonic=Size//
/the check done is wrong.
Proposed fix is to check and get locale string resources correctly.
Bug: https://bugs.openjdk.java.net/browse/JDK-8183529
webrev: http://cr.openjdk.java.net/~psadhukhan/8183529/webrev.00/
Regards
Prasanta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20170705/f5d48d55/attachment.html>
More information about the swing-dev
mailing list