我可以使用 Java Swing 创建像在网站上一样的图层吗?
我想在 Java Swing 中创建一个层,当我将鼠标移到编辑器窗格上的特定区域上时将显示该层。
I want to create a layer in Java Swing which will be displayed when I move my mouse over a specific region on editor pane.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您必须创建一个组件来绘制您想要显示的任何内容,并将其设置为框架的玻璃板。我用这种方式创建了一个放大镜。
有关详细信息,请参阅此处。
Yes, You must create a Component to draw whatever it is you want to show, and set it as the glasspane of a frame. I have created a loupe this way.
For more information, see here.
最简单的解决方案是使用 JXLayer 框架
The simplest solutution is to use a JXLayer framework