对 JTables 和 JTables 感到困惑已执行的操作

发布于 2024-12-13 16:40:47 字数 188 浏览 1 评论 0原文

我正在尝试创建一个 JTable,当用户按下 GUI 上的按钮时,它将 if 语句内的值设置为该 JTable。 作为java的新手,我很可能会犯这个错误。我做了一些研究,我相信使用 DefaultTableModel 是最好的。

我了解如何使用一组预设值来实现 Jtable,但我很难了解如何使用 JButton 设置值。

谢谢

I am trying to create a JTable that when a user presses a button on the GUI it sets the values inside the if statement to that JTable.
Being quite new to java I am most likely going about this wrong. I have done some research and I believe that using DefaultTableModel would be the best.

I understand how to implement the Jtable with a set of preset values but I am struggling to understand how to set the values with a JButton.

Thanks

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

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

发布评论

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

评论(1

最美的太阳 2024-12-20 16:40:47

如何使用表。此相关示例展示了一种使用按钮更改表数据模型的方法。

Start with How to Use Tables. This related example shows one approach to altering the table's data model using buttons.

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