如何使用 ActionListener 从 JTable 中删除列

发布于 2024-08-07 15:30:11 字数 76 浏览 1 评论 0原文

我只是想知道我想在单击按钮后从 JTable 中删除特定列,如果我再次单击该按钮,它应该添加删除的列。

谢谢和问候, 说。

I just wanted to know that i want to remove a particular column from JTable after i click on a button and if i again click on that button it should add the removed column.

Thanks and Regards,
Sayed.

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

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

发布评论

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

评论(2

趴在窗边数星星i 2024-08-14 15:30:11

我发现 XTableColumnModel 非常适合此要求。使用它作为表的列模型,然后要求它隐藏/显示您想要的列。

它最好的一点是,当您隐藏列时,它会存储该列的位置,以便稍后当您要求它再次可见时,它会出现在相同的位置。

I find the XTableColumnModel really handy for this requirement. Use it as the table's column model, and then ask it to hide/show the columns you want.

The best thing about it is that it stores the column's position when you hide it, so that it appears in its same position later when you ask it to be visible again.

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