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 33893 - Welcome screen forces background color to white
Summary: Welcome screen forces background color to white
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2003-05-26 12:44 UTC by _ tboudreau
Modified: 2004-06-23 06:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A welcome diff (9.82 KB, patch)
2003-05-26 12:45 UTC, _ tboudreau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2003-05-26 12:44:39 UTC
The left panel of the welcome screen is always
white, even when the
theme or look and feel specifies a different
color.  This looks
extremely ugly in such a situation.

I filed an issue about this about six months ago,
but cannot find it
now - but it was not fixed.

I am attaching a patch to fix the issue.  Please
integrate it ASAP.
Comment 1 _ tboudreau 2003-05-26 12:45:07 UTC
Created attachment 10444 [details]
A welcome diff
Comment 2 _ tboudreau 2003-06-16 11:07:54 UTC
Adding SIMPLEFIX keyword, the patch I submitted is quite
trivial.
Comment 3 Richard Gregor 2003-06-20 08:29:25 UTC
Thank you for patch Tim.

Fixed.

Checking in src/org/netbeans/modules/welcome/ContentPanel.java;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/ContentPanel.java,v 
<--  Conte
ntPanel.java
new revision: 1.15; previous revision: 1.14
done
Checking in src/org/netbeans/modules/welcome/ControlPanel.form;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/ControlPanel.form,v 
<--  Contr
olPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/welcome/ControlPanel.java;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/ControlPanel.java,v 
<--  Contr
olPanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/welcome/TipPanel.java;
/cvs/ui/welcome/src/org/netbeans/modules/welcome/TipPanel.java,v  <--
 TipPanel.
java
new revision: 1.20; previous revision: 1.19
done
Comment 4 Marian Mirilovic 2004-06-23 06:45:31 UTC
verified / closed