Could someone explain the Accessible interface and why it should be used or evenbetter when it should be used.
Take a look at this description of theAccessibility API:java.sun.com/.../index.html<br><br>\Essentially the Accessibility API provides support forassistive technologies such as screen readers, speechrecognition systems and refreshable brailledisplays.
For those interested, there is a Federal Lawwhich mandates that applications for the general publicshould take into account handicapaccessability.So, depending upon the audience of your application,you should use the Accessibility API.