冻结 JXTable 中的列
我希望能够像 Excel 电子表格一样冻结 JXTable 中的列,并遇到了这个项目: xframe-swing 的 JXTable。
只是想知道是否有这个项目的教程。请注意,这与 swingx 项目中的 JXTable 不同。
或者也许还有另一种方法?
I'd like to be able to freeze columns in JXTable just like in Excel spreadsheet and came across this project: xframe-swing's JXTable.
Just wondering if there is a tutorial for this project. Note that this is not the same as JXTable in swingx project.
Or perhaps there is another way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 固定列表 会做你想要的。
Maybe the Fixed Column Table will do what you want.