在 Java Swing 中捕获 JTabbedPanel 的关闭选项卡事件

发布于 2024-08-13 18:14:54 字数 236 浏览 5 评论 0原文

是否可以捕获 Java Swing 中 JTabbedPanel 的关闭选项卡事件。

我想检查一些条件,如果不满足,那么我必须阻止用户关闭它。

谢谢!

更新:我创建了一个自定义事件,基于此 代码 及其解决了我的问题。

Is it possible to capture the close tab event for a JTabbedPanel in Java Swing.

I want to check for some conditions and if they are not met, then I have to prevent the user from closing it.

Thanks!

Update: I created a custom event, based on this code and it solved my problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

葮薆情 2024-08-20 18:14:54

Sun 关于 选项卡式窗格 的教程有一个带有 close 的示例每个选项卡上的按钮。如果您查看示例的源代码,您可以看到它对单击关闭的反应。

编辑: ButtonTabComponent。它有一个扩展 JButton 的内部类。
根据您的评论,您是否已经有关闭选项卡的功能?为了实现这个目标你正在做什么?

Sun's tutorial on Tabbed Panes has an example with close buttons on each tab. If you look a the source of the example you can see it reacting to the close clicked.

Edit: ButtonTabComponent. It has an inner class that extends JButton.
Based on your comment, do you already have something in place that closes Tabs? What are you doing to achieve this?

花开雨落又逢春i 2024-08-20 18:14:54

我基于此 代码 创建了一个自定义事件,它解决了我的问题问题。

I created a custom event, based on this code and it solved my problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文