一个 JFrame 中的透明层
我需要将三张图像一张一张地放在另一张上,但我需要看穿每张图像,就好像它们是透明的一样。 它不起作用。 (我正在使用,netbeans)
I need to put three images one over the other, but i need to see through each one, as if they were transparent.
It's not working .
(i'm using , netbeans)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您的问题中不清楚,但有两个领域,但其中没有一个领域必须使用 NetBeans 做某事。
IDE 应该不会有巧合。
1) 如何使用 JLayer 类装饰组件
2) < a href="http://download.oracle.com/javase/tutorial/uiswing/misc/trans_shape_windows.html" rel="nofollow">如何创建半透明和异形窗口
3)也许与 OverlayLayout
not clear from your question, but there are two areas, but no one from them has to do something with NetBeans.
There should not be a coincidence to the IDE.
1) How to Decorate Components with the JLayer Class
2) How to Create Translucent and Shaped Windows
3) maybe with OverlayLayout