如何用Java在JPanel中显示JTable?
如何用Java在JPanel中显示JTable?
How to display a JTable in a JPanel with Java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何用Java在JPanel中显示JTable?
How to display a JTable in a JPanel with Java?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
导入和表模型留给此代码的用户作为练习。此外,为了简单起见,面板布局是任意选择的。
滚动窗格非常需要注意。如果没有它,如果内容变得大于显示,您的表格将不会有标题或滚动。
Imports and table model left as an exercise to the user of this code. Also, the panel layout is arbitrarily chosen for simplicity.
The scroll pane is fairly important to note. Without it, your table won't have a header or scroll if the content becomes larger than the display.
有一个关于如何布局摆动组件的综合指南,您应该考虑 Pyrolistical 链接..
There is a comphrensive guide about how to layout swing components, you should consider Pyrolistical link..