This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 38928 - a11y: Mnemonic conflicts in method customizer dialog
Summary: a11y: Mnemonic conflicts in method customizer dialog
Status: VERIFIED DUPLICATE of bug 38909
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-16 15:05 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-01-16 15:05:46 UTC
- components with mnemonic 'P' :
   Class: javax.swing.JButton {  Up |  N/A }
   Class: javax.swing.JLabel {  Parameters: |  }
   Class: javax.swing.JLabel {  Return Type: |  }
 
 - components with mnemonic 'E' :
   Class: javax.swing.JButton {  Edit... |  N/A }
   Class: javax.swing.JLabel {  Exceptions: |  }
 
 - components with mnemonic 'V' :
   Class: javax.swing.JButton {  Remove |  N/A }
   Class: javax.swing.JCheckBox {  volatile |  N/A }
 
 - components with mnemonic 'T' :
   Class: javax.swing.JButton {  Edit... |  N/A }
   Class: javax.swing.JCheckBox {  transient |  N/A }
Comment 1 ehucka 2004-01-19 14:30:07 UTC

*** This issue has been marked as a duplicate of 38909 ***
Comment 2 ehucka 2004-10-25 14:40:23 UTC
verified