Skip to main content

System settings for size, font, and color

Java™ checkpoint 4.4

Support system settings for size, font, and color for all user interface controls.

 

Rationale

Operating systems, like Windows, provide the capability to configure system color, fonts, and font sizes to be helpful for people with disabilities. People with low vision often configure their system for high contrast and larger font settings. People who are color blind may wish to configure system colors for a monochrome color scheme. People who are dyslexic may wish to have the client area make use of a rose background to improve readability.

The size of text and graphics affects usability as well as accessibility. Many individuals who do not consider themselves to be disabled want to "view" a document or an application work area in an enlarged font while not affecting the actual document or work. For individuals with acknowledged visual impairments, the ability to zoom the application work area to 150%, 200% or greater may make the difference between being able to use the application or not. The vast majority of individuals who need this kind of access do not use screen magnifiers.

Development techniques

Use one or more of the following techniques to meet Checkpoint 4.4 from the IBM Java Accessibility Checklist


Testing techniques

Test the software to ensure that it complies with accessibility requirements.



©2001, 2008 IBM Corporation

Last updated February 15, 2008.