Skip to Page Content | Navigation for Module


Navigation for Module 10: Scripts/Java
Page 12 of 19

  1. * Java Applications

Java Applications

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.

Note: Because Java is compiled, it will be necessary to modify the source code, which may or may not be available.

Java Access Bridge for Windows

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(Browse to website) is free.

The next page will present information on Tool Tips in Java.

Top of Page arrow up
       Page 12


 
-- END OF PAGE