How does setImportantForAccessibility works (link is external)

Stackoverflow

I'm currently developing a book reader Android Application and I have some issue with setImportantForAccessibility function, the official documentation doesn't help much.

Tags: 
  • java
  • android
  • accessibility

JOptionPane message is not read by screen reader (link is external)

Stackoverflow

I'm developing a software for music education purposes and it has to be accessible by screen reader so blind kids can use it too. But I'm having a problem with JOptionPane messages.

Tags: 
  • java
  • accessibility
  • joptionpane
  • screen-readers

javafx - how to properly use the high contrast themes? (link is external)

I have noticed on scenebuilder that a modena high contrast theme exists.

How do I properly use it? I mean in a cross platform or implementation way.

Tags: 
  • java
  • javafx
  • accessibility

JAVA Accessibility support by Excelsior Jet [closed] (link is external)

I have a application which supports screen readers via the Java Access Bridge. The jre version works fine with screen readers such as NVDA.

Tags: 
  • java
  • swing
  • accessibility
  • java-access-bridge

How can I support assistive technologies in JavaFX 2.2? (link is external)

The possibility of connection to JAWS(link is external) and N(link is external)

Tags: 
  • java
  • javafx
  • javafx-2
  • accessibility
  • java-access-bridge

Not receiving callbacks from the Java Access Bridge (link is external)

I'm trying to use the Java Access Bridge to get information about Swing components from inside a C++ app. However, none of the callbacks I register ever get called.

Tags: 
  • java
  • c++
  • accessibility
  • java-access-bridge

Getting Lots of ANR due to AccessibilityNodeInfo getChild (link is external)

Stackoverflow

Getting lot of ANR reports,

Tags: 
  • java
  • android
  • google-play
  • accessibility
  • android-anr-dialog

How do I automate a Java application with AutoHotkey? (link is external)

I use a Java application at work. I need to send clicks to buttons and fill in textboxes. I would like these actions to happen in the background.

Tags: 
  • java
  • automation
  • accessibility
  • autohotkey

Automation using Java Access Bridge (link is external)

I can capture text from UI controls (button/Editbox/Checkbox etc) in Java Applications, using (link is external)

Tags: 
  • java
  • c#
  • swing
  • accessibility
  • java-access-bridge