定制 JTable
再会。
如果 JLabel 和 JTextField 字体大小可以根据需要更改,是否也可以更改 JTable 的列名称和元素的字体样式(大小、外观、颜色)?
添加更多内容,我正在使用 Windows 的外观。
谢谢,
Good Day.
If the JLabel and JTextField font size can be changed as desired, is it possible to change also the font style (size, face, color) of the column names and elements of a JTable?
Adding more, I'm using the Look and feel of Windows.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BasicTableHeaderUI
< /a> 具有TableHeader.font
以及TableHeader.background
和TableHeader.foreground
的默认值。您可以使用UIManager.put()
与
TableHeader.font
键覆盖默认值。BasicTableHeaderUI
has defaults forTableHeader.font
, as well asTableHeader.background
andTableHeader.foreground
. You can useUIManager.put()
with theTableHeader.font
key to override the default.