Bug in GNOME's Java-Atk-Wrapper - how to disable accessibility for a Swing component or application?

喜欢而已 提交于 2020-01-24 13:54:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!