JDK-6259533 : JTabbedPane should move tabComponent up a bit on selected tab, like it does for titles
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-04-21
  • Updated: 2011-01-19
  • Resolved: 2005-06-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b39Fixed
Related Reports
Relates :  
Description
Tabbed panes on Windows and GTK nudge the title on selected tab up
Swing does it only if tabComponent for selected tab wasn't set 
is tabComponent is present it isn't moved up.
It looks unnatural, needs to be fixed
###@###.### 2005-04-21 17:43:48 GMT

Comments
EVALUATION During title layouting it takes into account value returned by getTabLabelShiftX() and getTabLabelShiftY() in BasicTabbedPaneUI Need to do the same when layout tabComponents ###@###.### 2005-05-25 11:56:37 GMT
21-04-2005