How to set JTabbedPane Tab height width background foreground color (Both selected and Unselected Tab)

后端 未结 3 994
一生所求
一生所求 2021-01-20 17:01

How to set the JTabbedPane Tab background and Foreground, Height and Width (Both selected and Unselected Tab)

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-20 17:04

    One way to change height and width of tabs is to use HTML and/or CSS in label of tab. You can use CSS padding attribute in HTML 'span' or 'p' element for this purpose.

提交回复
热议问题