How do I get the default font for Swing JTabbedPane labels?

后端 未结 6 714
無奈伤痛
無奈伤痛 2020-12-18 23:41

Does the text in Swing components have a default font? In particular, what about tab labels on JTabbedPanes?

I\'m working on a mock-up of a GUI made wi

6条回答
  •  自闭症患者
    2020-12-19 00:04

    The UIManager Defaults shows what the values are for all properties for all components (including "TabbedPane.font").

提交回复
热议问题