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 42791 - [GTK] Invisible caption in Welcome screen
Summary: [GTK] Invisible caption in Welcome screen
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2004-05-04 22:44 UTC by _ ttran
Modified: 2004-08-13 12:12 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 _ ttran 2004-05-04 22:44:35 UTC
Linux, GTK L&F, jdk 1.5.0 b49, IDE built from
today's CVS

Not sure where this bug should go, core or
ide/welcome.  In any case the caption "Welcome to
NetBeans IDE 4.0 Dev. Version" with white text and
red background are completely invisible if I turn
on  GTK L&F
Comment 1 _ tboudreau 2004-05-05 19:47:42 UTC
Fix is simple - just set the label to opaque and same background color as its parent;  
unfortunately, with the welcome module moved, the form editor kindly deleted all of the 
icons from the form when I opened it, so I'm not going to commit my version of the fix, at 
least not this version.  Anyway, it's simple to do.
Comment 2 Richard Gregor 2004-06-08 15:30:38 UTC
fixed.

Checking in TitlePanel.form;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/ui/TitlePanel.form,v
 <--  TitlePanel.form
new revision: 1.2; previous revision: 1.1
done
Checking in TitlePanel.java;
/cvs/ide/welcome/src/org/netbeans/modules/welcome/ui/TitlePanel.java,v
 <--  TitlePanel.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 Marian Mirilovic 2004-06-23 06:51:42 UTC
verified/closed