translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 16 of 16 questions

How does setImportantForAccessibility works

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

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?

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]

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

Java: Where do I find sourcecode of WindowsAccessbridge?

I downloaded the Java JDK 7 source code from https://jdk7.java.net/source.html.

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

How can I support assistive technologies in JavaFX 2.2?

The possibility of connection to JAWS and N

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

Not receiving callbacks from the Java Access Bridge

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

Stackoverflow

Getting lot of ANR reports,

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

How do I automate a Java application with AutoHotkey?

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

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

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

How i can override Accessibility className for android.widget.TextView

Stackoverflow

I want to "talkback" anounces standart TextView as button.
i tried to use this way

Tags: 
  • java
  • android
  • accessibility

how to add Additional information to the android ui element

I'd like to add to android widget more detailed description I.E I need an alternative to the HTML attribute aria-describedby for android.

Tags: 
  • java
  • android
  • accessibility

How to read window content (using accessibilityService) and evoking UI using draw over other app permission in Android?

Stackoverflow

My last question about the same topic was not clear enough and was put on hold by c

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

onServiceConnected not called after enable my AccessibilityService

Stackoverflow

After I open my app, it jumps to the accessibility settings.

Tags: 
  • java
  • android
  • service
  • accessibility
  • onserviceconnected

event.getSource returns null in Accessibility Service. (Catch source for a 3rd party app)

I need to read a resource of a 3rd party app using its resource id(which is known to me).
I am referencing to this link:

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice

Can I set the DPI resolution of my Java Swing application without changing the systems' DPI setting?

Stackoverflow

I have a Java application using the Substance LookAndFeel with Windows as the the target platform and I want to increase the DPI setting of my application without changing the system setti

Tags: 
  • java
  • swing
  • testing
  • accessibility
  • dpi