-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7
-
x86
-
windows_7
FULL PRODUCT VERSION :
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b121)
Java HotSpot(TM) Client VM (build 20.0-b03, mixed mode)
A DESCRIPTION OF THE PROBLEM :
When a JTabbedPane is configured to display tabs in scrollable mode (tabbedPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT)), only the tab text appears. The tabs are not painted.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Configure tabbed pane for scrollable mode:
tabbedPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT)
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b121)
Java HotSpot(TM) Client VM (build 20.0-b03, mixed mode)
A DESCRIPTION OF THE PROBLEM :
When a JTabbedPane is configured to display tabs in scrollable mode (tabbedPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT)), only the tab text appears. The tabs are not painted.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Configure tabbed pane for scrollable mode:
tabbedPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT)
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-7031915 JTabbedPane is worse: tabs aren't renderd
-
- Closed
-