JDK-4889843 : JTabbedPane tool tips should have mnemonic
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: generic
  • Submitted: 2003-07-12
  • Updated: 2003-09-26
  • Resolved: 2003-09-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Relates :  
Relates :  
Description
The tool tips for tabs in tabbed panes should be like
the tool tips for buttons -- they should list the
mnemonic.  You can see what the button tool tips 
look like by running the tutorial's ButtonDemo:

http://java.sun.com/docs/books/tutorialJWS/uiswing/components/example-1dot4/ButtonDemo.jnlp

(Actually, the button tool tip mnemonic display could
be centered better, vertically.)

Comments
EVALUATION It was decided in the fix to 5047379 to no longer show tooltips for mnemonics. See the evaluation of that bug.
03-10-2005

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b22
24-08-2004

EVALUATION Name: drR10255 Date: 08/27/2003 Now hot keys are displayed only in the "Metal" LookAndFeel. But they are displayed incorrect - for all tabs one hot key combination is displayed. This is because of algorythm of method MetalToolTipUI.getAcceleratorString(). There is the cycle inside this method, and it breaks, when we found first hot key with condition JComponent.WHEN_IN_FOCUSED_WINDOW. It's neccessary to change realization of MetalToolTipUI.getAcceleratorString(). ======================================================================
24-08-2004