Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement accessibility in java

I am visually impaired and am developing some java GUIs and I would find it extremely ironic if my GUIs were not accessible to myself. So anyone out there who can help it would be great if someone could give some advice/examples of how to implement accessibility in java.

I am looking for how to make, Combo boxes accessible, tabbedPanes, buttons, tables (adding descriptions), and anything else you feel is important. Also, could someone explain what is the getAccessibleContext method and how to use it? Some of these such as buttons appear to be already quite accessible but my test combo boxes I have made are not interpreted so well with my speech reader.

Any information on any of the above would be greatly appreciated.

Thank you so much

PS using eclipse to right the code if that is useful

like image 361
Saad Attieh Avatar asked Dec 25 '12 00:12

Saad Attieh


1 Answers

there is tutorial accessibility which explains what a accessibleContext. the link: How to Support Assistive Technologies

like image 180
Antonio Coschignano Avatar answered Oct 31 '22 16:10

Antonio Coschignano