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 235828 - Patch for: [dark] "create servlet" wizard page uses white background color
Summary: Patch for: [dark] "create servlet" wizard page uses white background color
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Servlet (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-09-11 17:13 UTC by markiewb
Modified: 2013-10-24 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (29.11 KB, image/png)
2013-09-11 17:13 UTC, markiewb
Details
Proposed patch (2.06 KB, patch)
2013-10-22 22:07 UTC, markiewb
Details | Diff
Patch in action (101.05 KB, image/png)
2013-10-22 22:08 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-09-11 17:13:21 UTC
Created attachment 139942 [details]
Shows the issue

* Create a new servlet in a maven-based web app -> 

ACTUAL: configuration page in wizard uses hard coded colors (white background, black color) - see screenshot
EXPECTED: remove hardcoded colors, use the defaults from the LAF

Product Version: NetBeans IDE Dev (Build 201309110001)
Updates: Updates available
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b16
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 markiewb 2013-10-22 22:07:07 UTC
Created attachment 141434 [details]
Proposed patch

I like to propose a patch to solve this issue. Please review and commit. Thank you
Comment 2 markiewb 2013-10-22 22:08:06 UTC
Created attachment 141435 [details]
Patch in action
Comment 3 Martin Fousek 2013-10-23 05:50:24 UTC
Thanks for the issue including the patch.
Your patch integrated in web-main #e04d469c03c3.
Comment 4 Jiri Kovalsky 2013-10-23 07:00:14 UTC
Martine, why is this issue still opened?
Comment 5 Martin Fousek 2013-10-23 07:25:43 UTC
(In reply to Jiri Kovalsky from comment #4)
> Martine, why is this issue still opened?

My mistake, sorry. :)
Comment 6 Quality Engineering 2013-10-24 02:40:17 UTC
Integrated into 'main-silver', will be available in build *201310240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e04d469c03c3
User: Martin Fousek <marfous@netbeans.org>
Log: #235828 - Patch for: [dark] "create servlet" wizard page uses white background color