在 Swings 中重新绘制 JPanel

发布于 2024-12-15 20:38:35 字数 142 浏览 2 评论 0原文

当我单击复选框时,如何使用 Jtabel 在 Jpanel 中显示数据。

当我第一次执行程序时,jpanel 正在执行。但是当我第二次单击包含 jtable 的复选框面板时,不会重新绘制 jpanel。

请帮忙。

提前致谢

How to Display the data in Jpanel using Jtabel when i clicked on Checkbox.

when i execute my programme for 1st time jpanel is executing. but second time when i clicked on checkbox panel which contain jtable does not repaint the jpanel.

please help .

thanks in advance

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

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

发布评论

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

评论(2

还不是爱你 2024-12-22 20:38:35

您需要调用类似 fireTableDataChanged() 的方法来刷新 JTable。有关详细信息,请参阅 http://www.jguru.com/faq/view.jsp ?EID=21114

You need call something like fireTableDataChanged() for refresh JTable. For more details see http://www.jguru.com/faq/view.jsp?EID=21114

秋凉 2024-12-22 20:38:35

将 Jtable 添加到 JPanel 后,您可以使用 validate() 方法。

You can use the method validate() after you added the Jtable to your JPanel.

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