更改JTabbedPane边框的颜色

时间:2017-01-10 12:14:00

标签: java border jtabbedpane uimanager

我试图更改JTabbedPane上默认蓝灰色边框的颜色。您可以看到下图中圈出的边框。

enter image description here

我想把它变成深灰色。我尝试使用以下UIManager属性(导致上图中的UI):

UIManager.put("TabbedPane.background", Color.decode(Colors.FACE_BG));
UIManager.put("TabbedPane.foreground", Color.decode(Colors.FONT_WHITE));
UIManager.put("TabbedPane.opaque", true); 
UIManager.put("TabbedPane.selected", Color.decode(Colors.TABLE_SELECTION));
UIManager.put("TabbedPane.border", BorderFactory.createLineBorder(Color.decode(Colors.DARK_GRAY), 1));

我如何实现这一目标?谢谢!

1 个答案:

答案 0 :(得分:-1)

尝试

1 > "My website" > "heading" > "Mon site internet" > "fr"

2 > "Welcome to my website!" > "paragraph" > "Bienvenue sur mon site web!" > "fr"

3 > "My website" > "heading" > "Mi sitio web" > "sp"

4 > "Welcome to my website!" > "paragraph" > "¡Bienvenidos a mi sitio web!" > "sp"