IntelliJ Java IDE
The moose likes Swing / AWT / SWT / JFace and the fly likes JfileChooser and Accessibility Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "JfileChooser and Accessibility" Watch "JfileChooser and Accessibility" New topic
Author

JfileChooser and Accessibility

Colette DC
Greenhorn

Joined: Jan 29, 2002
Posts: 1
I have an Open file dialog box in my program which is for blind and visually impaired users. So the
user will be using a Screen Reader to read the dialog box. But what I want to do is allow full
control of the dialog box by just using the keyboard. Currently I cannot figure out which key will
let me open folders to navigate the file structure. Does anyone know the keyboard shortcuts for
using a JFileChooser or where I can look to find them?
 
 
subject: JfileChooser and Accessibility
 
Threads others viewed
JFileChooser
JFileChooser loses focus when clicked away and back
JFileChooser save dialog without filename
File Choosers
Regarding JFileChooser Default Icons in Dialog box
IntelliJ Java IDE