Arduino/app
Corey Knapp 9891a6ba21 Improve accessibility in the Preferences dialog
This commit makes the Preferences dialog more usable by accessibility devices like screen readers.

Previously, a screen reader would only read the content of the text boxes. By using JLabel's setLabelFor() feature (and in some extreme cases, setAccessibleName()), a screen reader will know that a label is assigned to a text field. For example, instead of just reading "12", it will now read "Editor font size: 12".
2017-11-10 07:57:38 -05:00
..
.settings Updated eclipse formatter options 2017-02-20 15:22:27 +01:00
lib Avoid dll unpacking within JSSC 2017-05-18 15:36:17 +02:00
src Improve accessibility in the Preferences dialog 2017-11-10 07:57:38 -05:00
test tests: added some missing null checks 2017-10-20 13:17:09 +02:00
test-lib
.classpath Avoid dll unpacking within JSSC 2017-05-18 15:36:17 +02:00
.classpath_macosx Got rid of ANTLR: we never used it 2015-08-10 09:35:47 +02:00
.editorconfig
.project
build.xml juint tests now use the correct jna lib again 2016-11-03 15:01:36 +02:00