[jira] [Updated] (NETBEANS-5932) netbeans won't load

2021-08-18 Thread Dawn (Jira)


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

Dawn updated NETBEANS-5932:
---
   Flags: Important
Due Date: 22/Aug/21

> netbeans won't load
> ---
>
> Key: NETBEANS-5932
> URL: https://issues.apache.org/jira/browse/NETBEANS-5932
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Windows 10
> Using jdk-15.0.1
>Reporter: Dawn
>Priority: Major
> Attachments: Screenshot (200).png
>
>
> Hi I'm new to prgramming and I've had Netbeans installed for a year now but 
> when i opened it today it only gave me this blank screen. It's the first time 
> I've encountered this.



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

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

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



[jira] [Created] (NETBEANS-5932) netbeans won't load

2021-08-18 Thread Aifa Imaan (Jira)
Aifa Imaan created NETBEANS-5932:


 Summary: netbeans won't load
 Key: NETBEANS-5932
 URL: https://issues.apache.org/jira/browse/NETBEANS-5932
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.4
 Environment: Windows 10
Using jdk-15.0.1
Reporter: Aifa Imaan
 Attachments: Screenshot (200).png

Hi I'm new to prgramming and I've had Netbeans installed for a year now but 
when i opened it today it only gave me this blank screen. It's the first time 
I've encountered this.



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

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

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



[jira] [Updated] (NETBEANS-5931) Consolidate duplicated logic to set rendering hints

2021-08-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-5931:
-
Labels: pull-request-available  (was: )

> Consolidate duplicated logic to set 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
>  Labels: pull-request-available
> Attachments: NoAntialiasing.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> There is a lot of duplicated logic around the NetBeans codebase relating to 
> the setting of rendering hints on Graphics2D objects. I'll submit a PR to try 
> to consolidate this logic into a single utility method.
> (The PR for this issue will also fix a minor issue where non-editable text 
> values in the property sheet ended up not being anti-aliased. See attached 
> screenshot. With the new utility method, this becomes a one-line fix.)



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

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

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



[jira] [Updated] (NETBEANS-5931) Consolidate duplicated logic to set rendering hints

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Description: 
There is a lot of duplicated logic around the NetBeans codebase relating to the 
setting of rendering hints on Graphics2D objects. I'll submit a PR to try to 
consolidate this logic into a single utility method.

(The PR for this issue will also fix a minor issue where non-editable text 
values in the property sheet ended up not being anti-aliased. See attached 
screenshot. With the new utility method, this becomes a one-line fix.)

  was:
There is also a lot of duplicated logic around the NetBeans codebase relating 
to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
try to consolidate this logic into a single utility method.

(The PR for this issue will also fix a minor issue where non-editable text 
values in the property sheet ended up not being anti-aliased. See attached 
screenshot. With the new utility method, this becomes a one-line fix.)


> Consolidate duplicated logic to set 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
>
>
> There is a lot of duplicated logic around the NetBeans codebase relating to 
> the setting of rendering hints on Graphics2D objects. I'll submit a PR to try 
> to consolidate this logic into a single utility method.
> (The PR for this issue will also fix a minor issue where non-editable text 
> values in the property sheet ended up not being anti-aliased. See attached 
> screenshot. With the new utility method, this becomes a one-line fix.)



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

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

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



[jira] [Updated] (NETBEANS-5931) Consolidate duplicated logic to set rendering hints

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Description: 
There is also a lot of duplicated logic around the NetBeans codebase relating 
to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
try to consolidate this logic into a single utility method.

(The PR for this issue will also fix a minor issue where non-editable text 
values in the property sheet ended up not being anti-aliased. See attached 
screenshot. With the new utility method, this becomes a one-line fix.)

  was:
There is also a lot of duplicated logic around the NetBeans codebase relating 
to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
try to consolidate this logic into a single utility method.

(The PR for this issue will also fix a minor issue where non-editable text 
values in the property sheet ended up not being anti-aliased. See attached 
screenshot.)


> Consolidate duplicated logic to set 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
>
>
> There is also a lot of duplicated logic around the NetBeans codebase relating 
> to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
> try to consolidate this logic into a single utility method.
> (The PR for this issue will also fix a minor issue where non-editable text 
> values in the property sheet ended up not being anti-aliased. See attached 
> screenshot. With the new utility method, this becomes a one-line fix.)



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

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

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



[jira] [Updated] (NETBEANS-5931) Consolidate duplicated logic to set rendering hints

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Description: 
There is also a lot of duplicated logic around the NetBeans codebase relating 
to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
try to consolidate this logic into a single utility method.

(The PR for this issue will also fix a minotr issue where non-editable text 
values in the property sheet ended up not being anti-aliased. See attached 
screenshot.)

  was: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.


> Consolidate duplicated logic to set 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
>
>
> There is also a lot of duplicated logic around the NetBeans codebase relating 
> to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
> try to consolidate this logic into a single utility method.
> (The PR for this issue will also fix a minotr issue where non-editable text 
> values in the property sheet ended up not being anti-aliased. See attached 
> screenshot.)



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

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

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



[jira] [Updated] (NETBEANS-5931) Consolidate duplicated logic to set rendering hints

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Description: 
There is also a lot of duplicated logic around the NetBeans codebase relating 
to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
try to consolidate this logic into a single utility method.

(The PR for this issue will also fix a minor issue where non-editable text 
values in the property sheet ended up not being anti-aliased. See attached 
screenshot.)

  was:
There is also a lot of duplicated logic around the NetBeans codebase relating 
to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
try to consolidate this logic into a single utility method.

(The PR for this issue will also fix a minotr issue where non-editable text 
values in the property sheet ended up not being anti-aliased. See attached 
screenshot.)


> Consolidate duplicated logic to set 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
>
>
> There is also a lot of duplicated logic around the NetBeans codebase relating 
> to the setting of rendering hints on Graphics2D objects. I'll submit a PR to 
> try to consolidate this logic into a single utility method.
> (The PR for this issue will also fix a minor issue where non-editable text 
> values in the property sheet ended up not being anti-aliased. See attached 
> screenshot.)



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

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

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



[jira] [Updated] (NETBEANS-5931) Consolidate duplicated logic to set rendering hints

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Summary: Consolidate duplicated logic to set rendering hints  (was: Missing 
anti-aliasing in property sheet (Windows LAF))

> Consolidate duplicated logic to set 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.



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

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

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



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

2021-08-18 Thread Eirik Bakke (Jira)


 [ 
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)  (was: 
Missing anti-aliasing in property sheet (Windows LAF)+consolidate rendering 
hints)

> Missing anti-aliasing in property sheet (Windows LAF)
> -
>
> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



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

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Description: 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.  (was: 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.)

> Missing anti-aliasing in property sheet (Windows LAF)
> -
>
> 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.



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

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

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



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

2021-08-18 Thread Eirik Bakke (Jira)


 [ 
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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



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

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Description: 
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.

  was:
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. 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.


> 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
>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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



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

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Attachment: NoAntialiasing.png

> 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
>Priority: Minor
> Attachments: NoAntialiasing.png
>
>
> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



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

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5931:
--
Description: 
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. 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.

  was:
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.


> 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
>Priority: Minor
> Attachments: NoAntialiasing.png
>
>
> 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. 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



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

2021-08-18 Thread Eirik Bakke (Jira)
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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Updated] (NETBEANS-5928) Proposed improvements to FlatLAF tab components+borders/margins

2021-08-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5928:
--
Labels: HiDPI pull-request-available  (was: pull-request-available)

> Proposed improvements to FlatLAF tab components+borders/margins
> ---
>
> Key: NETBEANS-5928
> URL: https://issues.apache.org/jira/browse/NETBEANS-5928
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf
>Affects Versions: 12.4
> Environment: Windows, MacOS, and Linux with FlatLAF Light and FlatLAF 
> Dark
>Reporter: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Attachments: flatlaf-dark-1-before.png, flatlaf-dark-2-after.png, 
> flatlaf-light-1-before.png, flatlaf-light-2-after.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> In a previous PR ( https://github.com/apache/netbeans/pull/2967 ), the tab 
> components in the NetBeans window system were redesigned and modernized for 
> the Windows LAF. This PR ports related tabcontrol improvements back into 
> FlatLAF, and proposes a similar tab style for FlatLAF. See the attached 
> screenshots.
> The proposed style, compared to the current FlatLAF style, makes the selected 
> tab look like an actual "tab" with an actual rectangular border around it, 
> while keeping the much simpler "separators only" look for unselected tabs. 
> The proposed style also tightens up vertical space significantly, like in 
> other LAFs. See the attached screenshots. The new tab controls work well on 
> all HiDPI scaling levels, and on all platforms (Windows, Linux, MacOS).
> Advantages of the proposed tabcontrol style:
> * Other applications that have tabs as part of their window system still tend 
> to render at least the active window system tab as an actual "tabs", e.g. 
> Chrome, Excel, Photoshop, Unity.
> * Personally, I find it hard to orient my eyes around the old FlatLAF tab 
> style; the drawn selected tab seems to fix this. (Hard to explain in a fully 
> objective way!)
> * The tab content areas (contents of editor, projects pane, navigator pane 
> etc.) has borders around them, so it is logical that the border continues 
> around the tab that is associated with them.
> * Conserve vertical space. Modern monitors have tended to become wider but 
> not taller. With e.g. 2x HiDPI scaling (as on all MacBooks), there may 
> actually be _fewer_ logical pixels available in the vertical direction than 
> on older laptop screens.
> This PR also removes an extraneous border around the editor area, and 
> introduces a little bit of extra space in the toolbar area.
> I've been using FlatLAF as the default LAF on Linux for my NetBeans Platform 
> application. It handles HiDPI scaling very well, and it's getting really 
> solid--thanks to @DevCharly for all his work on it!



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

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

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



[jira] [Created] (NETBEANS-5930) Arrows missing in submenus

2021-08-18 Thread Vlad Tudorache (Jira)
Vlad Tudorache created NETBEANS-5930:


 Summary: Arrows missing in submenus
 Key: NETBEANS-5930
 URL: https://issues.apache.org/jira/browse/NETBEANS-5930
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.4, 12.3, 12.2, 12.1, 12.0
Reporter: Vlad Tudorache
 Attachments: Capture d’écran 2021-08-18 à 14.31.25.png, Capture 
d’écran 2021-08-18 à 14.33.09.png

Hello,

 

I've noticed something strange. On macOS Big Sur ($(uname -a) = Darwin 
Air-de-Vlad 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; 
root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64), the arrows indicating a submenu 
are missing in NetBeans (12.0 .. 12.4). This happens with jdk 11 and 16 of 
Oracle, OpenJDK 8 (Zulu), 11 and 16 (Zulu and AdoptOpenJDK). This doesn't 
happen with JDeveloper on the same Zulu 8 (302). Attached, a screenshot of 
NetBeans and another one of Preview with the NetBeans capture. Although not a 
work breaker, I'd like a "professional" UI for this IDE that I know and use 
since 2005. The issue arrives with all LaFs as long as screenMenuBar is 
defined. !Capture d’écran 2021-08-18 à 14.31.25.png!



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

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

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



[jira] [Created] (NETBEANS-5929) Customize toolbars; folder file and tools is missing

2021-08-18 Thread Heinz Schweitzer (Jira)
Heinz Schweitzer created NETBEANS-5929:
--

 Summary: Customize toolbars; folder file and tools is missing
 Key: NETBEANS-5929
 URL: https://issues.apache.org/jira/browse/NETBEANS-5929
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.4
 Environment: windows 10
Reporter: Heinz Schweitzer
 Attachments: tb1.png, tb3.JPG

In 12.3 I had file and tools available to configure toolbar so i can open a 
folder
with filemanager , or run a cmd-window.
This is missing in 12.4



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

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

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