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 43067

Summary: [GTK L&F] Updater splash is not correctly painted
Product: platform Reporter: _ rkubacki <rkubacki>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: GTK
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2004-05-11 10:45:23 UTC
dev build from May11, jdk1.5.0b50, GTK,

I installed PMD module (my own patched version
working with trunk) and found that splash shown
during wizard finishing is not correctly painted.
Most of the bottom part is not shown.
Comment 1 _ tboudreau 2004-06-26 22:56:27 UTC
Problem is most likely the fact that GTK L&F simply ignores any value
passed to setOpaque(), particularly for JComponent subclasses.  This
means that all JComponent subclasses need to fill in the background
themselves (you must do it in the paint() method, not update() -
update() will never be called because it's decided for you that the
component is not opaque).

Hopefully we can get this fixed for 1.5.1
Comment 2 Jiri Rechtacek 2004-07-15 17:35:18 UTC
In the light of Tim's evaluation it's not planned be fixed in promoD.
Comment 3 Jiri Rechtacek 2004-07-15 17:37:33 UTC
In the light of Tim's evaluation it's not planned be fixed in promoD.
Comment 4 Jiri Rechtacek 2005-09-22 10:02:49 UTC
Workforme on 1.6.0-ea; Java HotSpot(TM) Client VM 1.6.0-ea-b52; Sun Microsystems
Inc., GTK. NB build 050921.