如何使 Java Swing 应用程序显示 Compiz 鼠标插件的鼠标光标效果 (Ubuntu)
Compiz Showmouse 插件 对弱视人士有一些不错的效果。不幸的是,这些效果在 Java 应用程序中并不能立即发挥作用。如何让我的 Java Swing 应用程序像其他应用程序一样显示鼠标效果?我只关心支持 Linux 用户(主要是 Linux Mint 和 Ubuntu)。 Java 应用程序使用 Nimbus L&F,它是一个 Netbeans 单框架应用程序(但我使用 Gridbaglayout 手动构建所有框架)。只要系统启用了 Compiz 效果,我就需要 Compiz 鼠标效果在我的应用程序中始终保持一致。
The Compiz Showmouse plugin has some nice effects for people with low vision. Unfortunately, those effects don't work in Java applications out of the box. How can I get my Java Swing application to show the mouse effects like other apps do? I'm only concerned about supporting Linux users (mainly Linux Mint and Ubuntu). The Java app uses the Nimbus L&F and it is a Netbeans single frame app (but I build all frames manually with Gridbaglayout). I need the Compiz mouse effects to be consistent everywhere and all the time in my app, as long as the Compiz effects are enabled by the system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我创建了一个简单的 Swing 框架:
我在 JDK 1.6 上运行了它:
我启用了“显示鼠标”效果,并且它在 Swing 窗口顶部运行得很好。
请详细说明您的问题。到底什么不起作用以及具体的配置是什么。
I've created a simple Swing frame:
I've ran it on a JDK 1.6:
I've enabled the Show Mouse effect, and it was running on top of the Swing window just fine.
So elaborate your question please. What exactly doesn't work and what exact configuration.