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 55856 - A11Y: issues in Import EJB module with Ant script
Summary: A11Y: issues in Import EJB module with Ant script
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-03-03 13:42 UTC by Petr Blaha
Modified: 2006-03-24 12:46 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 Petr Blaha 2005-03-03 13:42:52 UTC
[Build 20050301]
Panel: EJB Sources
  No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse... |  }
Panel: Source Package Folder
Components with potential mnemonics conflict:
 - components with mnemonic 'F' :
   Class: javax.swing.JButton {  Finish |  n/a }
   Class: javax.swing.JLabel {  Project Folder: |  }
 
 - components with mnemonic 'B' :
   Class: javax.swing.JButton {  < Back | 
Previous step: 4. EJB Sources }
   Class: javax.swing.JLabel {  Build Script: |  }
Comment 1 Petr Blaha 2005-03-03 13:56:39 UTC
According to the QE guideline I'm changing priority to P2.
Comment 2 Libor Kotouc 2005-03-11 12:47:20 UTC
Fixed.

Checking in Bundle.properties;
/cvs/j2ee/ejbfreeform/src/org/netbeans/modules/j2ee/ejbfreeform/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Checking in EJBLocationsPanel.java;
/cvs/j2ee/ejbfreeform/src/org/netbeans/modules/j2ee/ejbfreeform/ui/EJBLocationsPanel.java,v
 <--  EJBLocationsPanel.java
new revision: 1.13; previous revision: 1.12
done
Checking in EJBLocationsPanel.form;
/cvs/j2ee/ejbfreeform/src/org/netbeans/modules/j2ee/ejbfreeform/ui/EJBLocationsPanel.form,v
 <--  EJBLocationsPanel.form
new revision: 1.7; previous revision: 1.6
done
Comment 3 Petr Blaha 2005-04-26 08:31:35 UTC
[Build 20050424 netbeans41]