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 46261 - Search Results window must be opaque under GTK
Summary: Search Results window must be opaque under GTK
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jan Stola
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2004-07-16 20:21 UTC by Jesse Glick
Modified: 2004-08-13 12:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot - note that editor shows through bottom of window (56.66 KB, image/png)
2004-07-16 20:23 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-07-16 20:21:22 UTC
040714, 1.5.0 b58, GTK. The Search Results window
looks horrible. Probably it is marked as
setOpaque(false), which if true is bad.
Comment 1 Jesse Glick 2004-07-16 20:23:46 UTC
Created attachment 16302 [details]
Screenshot - note that editor shows through bottom of window
Comment 2 Jan Stola 2004-08-03 17:30:13 UTC
I fixed that, but shouldn't it be solved centrally by the window
system. Why TopComponents are not opaque? It is silly that
each top component must ensure that it looks fine on GTK look
and feel on JDK 1.5.
Comment 3 _ tboudreau 2004-08-03 18:25:50 UTC
Welcome to the wonderful world of GTK support.  According to the JDK team, setOpaque is 
just a hint that should never be called by client code; and it works unpredictable on GTK 
L&F - sometimes it is ignored completely.