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 26953 - Switching between AQUA and default layout changes background
Summary: Switching between AQUA and default layout changes background
Status: CLOSED DUPLICATE of bug 26065
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 26955 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-02 12:15 UTC by Arjan Bos
Modified: 2003-07-10 07:37 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 Arjan Bos 2002-09-02 12:15:16 UTC
Switching between AQUA and default layout changes 
background of a form to default.

What I did was the following:

Create a new form JDialog, with the option from the pop-up 
menu. 
Added a JPanel. 
Sized it so that is covered the whole JDialog. 
Changed the background color of the panel to [255,255,255].
Compiled and ran the Dialog. => background is white (as 
was expected).
Added a JLabel. => background is now transparent.
Quited NetBeans.
With the NetBeansLauncher changed the lay-out to default.
Re-started NetBeans.
Re-opened the form for the newly created JDialog.
Re-ran it. => background is now [204,204,204]

How can this be?
Comment 1 Tomas Pavek 2002-09-02 16:03:37 UTC
*** Issue 26955 has been marked as a duplicate of this issue. ***
Comment 2 Tomas Pavek 2002-09-02 16:15:08 UTC
Sorry, but what do you mean by "AQUA layout" and "default layout"? Do
you mean look and feel? Isn't this the same problem as in issue 26065?
Comment 3 Tomas Pavek 2002-09-10 16:33:19 UTC

*** This issue has been marked as a duplicate of 26065 ***