Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4684488

Some mnemonics in JColorChooser and JFileChooser can't be localized.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 5.0
    • 1.4.1
    • client-libs
    • None
    • b28
    • x86
    • windows_2000

      The following mnemonics which are defined in BasicLookAndFeel.java
      can't be changed in basic .properties files.
           "ColorChooser.rgbRedMnemonic", new Integer(KeyEvent.VK_D),
           "ColorChooser.rgbGreenMnemonic", new Integer(KeyEvent.VK_N),
           "ColorChooser.rgbBlueMnemonic", new Integer(KeyEvent.VK_B),
           "FileChooser.cancelButtonMnemonic", new Integer(KeyEvent.VK_C),
           "FileChooser.saveButtonMnemonic", new Integer(KeyEvent.VK_S),
           "FileChooser.openButtonMnemonic", new Integer(KeyEvent.VK_O),
           "FileChooser.updateButtonMnemonic", new Integer(KeyEvent.VK_U),
           "FileChooser.helpButtonMnemonic", new Integer(KeyEvent.VK_H),
           "FileChooser.directoryOpenButtonMnemonic", new Integer(KeyEvent.VK_O),

      This is a big obstacle for localization.

            peytoia Yuka Kamiya (Inactive)
            peytoia Yuka Kamiya (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: