问题
I believe I found a bug in the Java wrapper for GNOME Accessibility, resulting in a critical performance problem in my Scala/Java applications that use Tree or Table UI.
- bug
- bug report
I need to avoid that AtkWrapper
is listening to my tables and trees. How can I remove the Java Atk Wrapper from my system, or disable it from particular components of my application?
回答1:
To disable GNOME accessibility globally, one can use this system property:
-Djavax.accessibility.assistive_technologies=
来源:https://stackoverflow.com/questions/47985068/bug-in-gnomes-java-atk-wrapper-how-to-disable-accessibility-for-a-swing-compo