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 216936 - Metal Look and Feel is not applied properly on Windows.
Summary: Metal Look and Feel is not applied properly on Windows.
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows 7 x64
: P3 normal with 1 vote (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-15 23:30 UTC by venkatramakkineni
Modified: 2013-02-08 10:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Metal LNF on windows image (259.51 KB, image/png)
2012-08-15 23:30 UTC, venkatramakkineni
Details
Metal LNF on Kubuntu (121.18 KB, image/png)
2012-08-15 23:31 UTC, venkatramakkineni
Details
Installer to reproduce the bug. (23.06 KB, text/x-java)
2012-08-16 00:27 UTC, venkatramakkineni
Details
Exposing some more colors in db.dataview so that the table is more customizable. (8.13 KB, patch)
2013-01-20 04:44 UTC, venkatramakkineni
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description venkatramakkineni 2012-08-15 23:30:35 UTC
Created attachment 123168 [details]
Metal LNF on windows image

Metal look and feel shows patches of non metal look and feel. This forum post shows images, one from windows and the other from Kubuntu. The LNF applies well on Kubuntu.

http://forums.netbeans.org/viewtopic.php?t=50641
Comment 1 venkatramakkineni 2012-08-15 23:31:24 UTC
Created attachment 123169 [details]
Metal LNF on Kubuntu
Comment 2 venkatramakkineni 2012-08-15 23:37:44 UTC
This was fixed by adding UI delegates, but wouldn't that be a bug ?
Comment 3 venkatramakkineni 2012-08-16 00:13:04 UTC
Easiest way to reproduce this is to install ez-on-da-ice plugin version 0.1.2.

Reproduction Steps:

-> download and install the plugin https://sourceforge.net/projects/ez-on-da-ice/files/0.1.2/
Comment 4 venkatramakkineni 2012-08-16 00:13:59 UTC
Ignore the previous comment, thats not right.
Comment 5 venkatramakkineni 2012-08-16 00:14:13 UTC
Ignore the previous comment, thats not right.
Comment 6 venkatramakkineni 2012-08-16 00:27:32 UTC
Created attachment 123171 [details]
Installer to reproduce the bug.
Comment 7 Stanislav Aubrecht 2012-08-16 08:51:43 UTC
If you need to enforce a particular look and feel implementation use either --laf command line switch or resource branding: http://bits.netbeans.org/dev/javadoc/org-netbeans-swing-plaf/architecture-summary.html#property-LookAndFeelClassName
Comment 8 venkatramakkineni 2013-01-20 04:44:23 UTC
Created attachment 130411 [details]
Exposing some more colors in db.dataview so that the table is more customizable.

Hi

This patch includes some more keys that will help LNF developers customize the UI a little bit further.
Comment 9 Jaroslav Havlin 2013-02-08 10:17:58 UTC
(In reply to comment #8)
> This patch includes some more keys that will help LNF developers customize the
> UI a little bit further.
The same patch was attached to bug 216558, and it has been already integrated.
Thank you.