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 17:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eirik Bakke updated NETBEANS-5931:
----------------------------------
    Summary: Missing anti-aliasing in property sheet (Windows LAF)+consolidate rendering hints  (was: Missing anti-aliasing in property sheet (Windows LAF)+consolidate rendering hint)

> Missing anti-aliasing in property sheet (Windows LAF)+consolidate rendering hints
> ---------------------------------------------------------------------------------
>
>                 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
>            Priority: Minor
>         Attachments: NoAntialiasing.png
>
>
> On the Windows LAF, non-editable 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. See the attached screenshot.
> 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