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 78226

Summary: [A11Y] Add Persistence Library
Product: javaee Reporter: Jan Horvath <jhorvath>
Component: PersistenceAssignee: Daniel Prusa <dprusa>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Horvath 2006-06-19 08:32:36 UTC
Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  |  }
   Class: javax.swing.JTextField {  |  }


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components with potential mnemonics conflict:
 - components with mnemonic 'J' :
   Class: javax.swing.JButton {  Add JAR/Folder... |  N/A }
   Class: javax.swing.JLabel {  Library Javadoc: |  N/A }
Comment 1 Daniel Prusa 2006-08-10 15:35:48 UTC
LABEL_FOR fixed for text field, mnemonics set for tabbed pane's tabs, it is not
neccessary to have label pointing to it;
there was no mnemonic 'J' conflict, this mnemonic is used twice but in different
tabs of the tabbed pane

/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/Attic/Bundle.properties
new revision: 1.1.2.3; previous revision: 1.1.2.2
/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/Attic/PersistenceLibraryPanel.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/Attic/PersistenceLibraryPanel.form
new revision: 1.1.2.2; previous revision: 1.1.2.1