如果不建议使用挥杆组件后退技巧?
实际上我仍在深入研究 Java SE(桌面应用程序), 现在我在尝试做一些动画时有点好奇 摇摆组件的淡入和淡出。
我发现了这篇文章。 Oracle Web 链接。
但那里有一个注释说导入的 com.sun.awt.AWTUtilities 不建议在我们进行一些实现时使用(更新可能会更改导入的库)。
那么,除了这种淡出技巧之外,还有什么替代方法呢? 我发现三叉戟库最近没有新的更新......
希望对此事有一些了解。 :D
I'm actually still digging up into the Java SE (desktop app),
and now i'm a bit curious while actually trying to do some animation
fading in and out of the swing components.
I found out this article. Oracle Web Link.
But there is a note over there saying that the imported com.sun.awt.AWTUtilities
is not suggested to be used while we're doing some implementation (updates may change the imported library).
THen, what's the alternative of this fading out tricks?
I found out trident library has no new updates lately...
hope there's some shade of light upon this matter. :D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
警告
com.sun.awt.AWTUtilities
不是官方支持的 API 的一部分 可能源于在 Java 7:半透明和形状的窗口。The warning that
com.sun.awt.AWTUtilities
is not part of an officially supported API may derive from plans to incorporate a similar API in Java 7: Translucent and Shaped Windows.