Making Java accessible is perhaps the most difficult of all web technologies, and requires a moderate programming knowledge. The next couple of pages discuss techniques to help in achieving compliance of the Section 508 guidelines when Java is used.
The Java Access Bridge for Windows allows assistive technologies
such as screen readers to interact with the Windows operating system in a meaningful
way. Essentially, it is a series of Dynamic Link Libraries or .DLLs,
which allow assistive technologies to communicate with the native portion of
the bridge class. In turn, the bridge class communicates through the JVM
to the Applet or application. It is required if you are using the Windows operating
system - especially when it comes time to test your applications. The download
of Java Access Bridge
is free.
The next page will present information on Tool Tips in Java.