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 - [GTK L&F] Updater splash is not correctly painted
Summary: [GTK L&F] Updater splash is not correctly painted
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2004-05-11 10:45 UTC by _ rkubacki
Modified: 2005-09-22 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.