Java Swing JEditorPane and Screen Readers
问题 I've been looking for the last few days and can't find an answer anywhere. I'm trying to make an accessible IDE in Java Swing. The only thing I'm having problems with, is emulating behavior that happens in other text text editors. I want the screen reader (JAWS, in particular) to read whatever is in the selected line of the text area (not like highlighted, just wherever the cursor is - that whole line). If I try this in Eclipse, or even notepad, whenever I use the arrow keys to move the text