You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Eirik Bakke (Jira)" <ji...@apache.org> on 2021/08/18 13:43:00 UTC

[jira] [Created] (NETBEANS-5931) Missing anti-aliasing in property sheet (Windows LAF)+consolidate rendering hint

Eirik Bakke created NETBEANS-5931:
-------------------------------------

             Summary: Missing anti-aliasing in property sheet (Windows LAF)+consolidate rendering hint
                 Key: NETBEANS-5931
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5931
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Property Sheet
    Affects Versions: 12.4
         Environment: Windows LAF on Windows 10.
            Reporter: Eirik Bakke


On the Windows LAF, disabled text values in the property sheet end up not being anti-aliased. This is due to manual painting being done in the disabled case, without setting rendering hints.

There is also a lot of duplicated logic around the NetBeans codebase relating to the setting of rendering hints on Graphics2D objects. Rather than duplicate this logic one more time, the PR for this issue will add a new utility method for this and consolidate the existing occurrences.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists