-
Bug
-
Resolution: Fixed
-
P3
-
1.3.1, 1.4.0
-
rc1
-
generic, x86
-
generic, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041213 | 1.4.0 | Joshua Outwater | P3 | Resolved | Fixed | beta |
There are the resource extracting problems in the following files.
src/share/classes/com/sun/java/swing/plaf/windows/resources/
windows.properties
src/share/classes/javax/swing/plaf/metal/resources/
metal.properties
The property keys "FileChooser.newFolderAccessibleNam" in the above
files are an "e" missing at the end.
The source codes which call the resource are required the correct one.
WindowsFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
MetalFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
This problem affects the localization.
kenichi.kurosaki@Japan 2001-03-06
it is fixed in ladybird-rc1 for ko locale
songan@eng 2001-04-02
src/share/classes/com/sun/java/swing/plaf/windows/resources/
windows.properties
src/share/classes/javax/swing/plaf/metal/resources/
metal.properties
The property keys "FileChooser.newFolderAccessibleNam" in the above
files are an "e" missing at the end.
The source codes which call the resource are required the correct one.
WindowsFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
MetalFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
This problem affects the localization.
kenichi.kurosaki@Japan 2001-03-06
it is fixed in ladybird-rc1 for ko locale
songan@eng 2001-04-02
- backported by
-
JDK-2041213 a base resource files have FileChooser.newFolderAccessibleName key are incorrect
-
- Resolved
-
- duplicates
-
JDK-4417285 Wrong key name : FileChooser.newFolderAccessibleNam
-
- Closed
-
- relates to
-
JDK-4431996 ladybird-ja: FileChooser.newFolderAccessibleName resources are incorrect
-
- Closed
-