JInternalFrame 添加图标到标题栏
我想添加一个 ImageIcon
或类似于 JInternalFrame
的标题栏,这样 [x] 图标位于最东,可图标图标位于第二个最东的位置,自定义图标位于最东第三个位置。这可行吗?
I'd like to add an ImageIcon
or comparable to a JInternalFrame
's titlebar such that the [x] icon is east-most, the iconable icon is second east-most, and a custom icon is third east-most. Is this doable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这对我有用:
This worked for me:
获取父框架:
// 父级是容器 jDesktopPane ->父=新的JFrame()
for obtain for parent frame :
// parent is container jDesktopPane -> parent = new JFrame ()