This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132334

Summary: [NIMBUS] Tabs for Nimbus L&F
Product: platform Reporter: mslama <mslama>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: hmichel, mslama, olangr, pchytil
Priority: P3 Keywords: L&F
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 120656    
Attachments: comparison of tabs implementation (Nimbus)

Description mslama 2008-04-08 14:37:05 UTC
Add our impl of custom tabs for Nimbus
Comment 1 mslama 2008-04-08 14:39:27 UTC
Fixed 98b36a217d25

It is first version of tabs. Needs some refining. Add support for states, new icons, revise graphics with HIE ....
Comment 2 Ondrej Langr 2008-05-26 14:35:39 UTC
Reopening to avoid creating new issue. To help with implementation, I'm attaching the comparison of implementation VS
specification (both NB and JDK). 

Differences are:

1) Different font
2) Height of tabs
3) Improper color (the color currently used is similar to the selected+pressed state, except for the font color)
4) Missing horizontal stripe below the tabs
Comment 3 Ondrej Langr 2008-05-26 14:36:39 UTC
Created attachment 61918 [details]
comparison of tabs implementation (Nimbus)
Comment 4 Ondrej Langr 2008-06-02 17:31:46 UTC
Also, the tabs currently used in editor should not use "Selected+Pressed" state (dark blue) for active tab. Also,
mouse-over and other states are missing. 
Comment 5 Ondrej Langr 2008-10-20 20:19:38 UTC
This is a L&F defect, not enhancement. 
Comment 6 Stanislav Aubrecht 2011-03-01 16:45:28 UTC
looks ok to me when running under jdk 1.6.0_24, nb build 110301
please reopen if you still think some changes are needed, thanks