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

后端 未结 6 715
無奈伤痛
無奈伤痛 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:09

    It may depend on the 'Look and Feel' you are using, but for me Swing's default font is

    DejaVu Sans - Plain

    For most components the font size defaults to around 12 or 13

提交回复
热议问题