JTable自动计算列宽
首选的方式是什么(我相信基于标题和内容宽度)?
What's the preferred way of this (based on header & contents width I believe)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
首选的方式是什么(我相信基于标题和内容宽度)?
What's the preferred way of this (based on header & contents width I believe)?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Java 开发人员年鉴包含一些用于打包表的很好的示例代码根据列宽,这可能是一个很好的起点。
The Java Developer Almanac contains some good sample code for packing tables based on column width, this may be a good place to start.
标题和内容宽度,包括字符和字体。 对于 14 磅无衬线字体,您需要比 8 磅更宽的列。
Header and content widths, which include both characters and fonts. You'll need a wider column for a 14 point sans serif font than an 8 point.