Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Accessible interface classes

  Asked By: Vernon    Date: Jan 10    Category: Java    Views: 728
  

Could someone explain the Accessible interface and why it should be used or even
better when it should be used.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Aaliyah Khan     Answered On: Jan 10

Take a look at this description of the
Accessibility API:
java.sun.com/.../index.html<br><br>\
Essentially the Accessibility API provides support for
assistive technologies such as screen readers, speech
recognition systems and refreshable braille
displays.

 
Answer #2    Answered By: Zoar Mizrachi     Answered On: Jan 10

For those interested, there is a Federal Law
which mandates that applications for the general public
should take into account handicap
accessability.So, depending upon the audience of your application,
you should use the Accessibility API.

 
Didn't find what you were looking for? Find more on Accessible interface classes Or get search suggestion and latest updates.




Tagged: