我想设置JTable header 的字体。
你知不知道怎么?
最佳答案
这应该工作:
table.getTableHeader().setFont(new Font("SansSerif", Font.ITALIC, 12));
关于java - 如何更改JTable header 的字体?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4408644/
我想设置JTable header 的字体。
你知不知道怎么?
最佳答案
这应该工作:
table.getTableHeader().setFont(new Font("SansSerif", Font.ITALIC, 12));
关于java - 如何更改JTable header 的字体?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/4408644/