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 86268 - GTK - Views L&F, Nimbus theme
Summary: GTK - Views L&F, Nimbus theme
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: PC Solaris
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: GTK, L&F
Depends on:
Blocks: 72440
  Show dependency tree
 
Reported: 2006-10-01 15:20 UTC by Josef Holy
Modified: 2008-12-22 17:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Holy 2006-10-01 15:20:25 UTC
Views (such as the Project view) don't currently follow the native GTK L&F
(Nimbus theme). Redesign and the following implementation needs to be done. The
issues include titlebars and their buttons, view docking buttons, view borders.
Comment 1 mslama 2006-11-09 13:25:53 UTC
Use new UI class for view tabs UI:
/cvs/core/swing/plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java
new revision: 1.18; previous revision: 1.17
Comment 2 mslama 2006-11-09 14:00:25 UTC
Native tabs are used. Some heght adjustment was done:
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/GtkViewTabDisplayerUI.java
new revision: 1.7; previous revision: 1.6

TBD: Add new icons.
Comment 3 mslama 2006-12-18 11:32:15 UTC
Adjust tab size and vertical position of buttons. Selected tab height is
increased by 1 pixel:
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/GtkViewTabDisplayerUI.java
new revision: 1.8; previous revision: 1.7

I file separate issue for new icons.