Re: RFR: 8268084: [macos] Disabled JMenuItem arrow is not disabled

2021-09-01 Thread Sergey Bylokhov
On Thu, 2 Sep 2021 04:18:47 GMT, Prasanta Sadhukhan wrote: >> src/java.desktop/macosx/classes/com/apple/laf/AquaMenuPainter.java line 301: >> >>> 299: arrowIcon = new ImageIconUIResource(GrayFilter. >>> 300: >>>

Re: RFR: 8268084: [macos] Disabled JMenuItem arrow is not disabled

2021-09-01 Thread Prasanta Sadhukhan
On Wed, 1 Sep 2021 23:57:07 GMT, Sergey Bylokhov wrote: >> It is seen in macos disabled JMenuItem arrow is not disabled even though >> JMenuItem itself is disabled. >> In native app, same menuitem arrow is disabled for disabled menuitem. >> >> Issue is when AquaMenuPainter#paintMenuItem() is

Re: RFR: 8268084: [macos] Disabled JMenuItem arrow is not disabled

2021-09-01 Thread Sergey Bylokhov
On Tue, 31 Aug 2021 06:09:38 GMT, Prasanta Sadhukhan wrote: > It is seen in macos disabled JMenuItem arrow is not disabled even though > JMenuItem itself is disabled. > In native app, same menuitem arrow is disabled for disabled menuitem. > > Issue is when AquaMenuPainter#paintMenuItem() is

Re: RFR: 8273043: [TEST_BUG] Automate NimbusJTreeSelTextColor.java [v3]

2021-09-01 Thread Sergey Bylokhov
On Tue, 31 Aug 2021 19:10:53 GMT, Alexey Ivanov wrote: >> Automated NimbusJTreeSelTextColor.java test which is added under >> [JDK-8271315](https://bugs.openjdk.java.net/browse/JDK-8271315). >> >> It passes with the recent build of JDK 18. >> It fails with JDK 18 build 7 where >>

Fwd: Project Wakefield announcement and welcome

2021-09-01 Thread Philip Race
FYI Forwarded Message Subject:Project Wakefield announcement and welcome Date: Wed, 1 Sep 2021 14:59:30 -0700 From: Philip Race To: wakefield-...@openjdk.java.net Hi all, The project has been recorded in the OpenJDK census :

Re: RFR: 8273168: Remove superfluous use of boxing in java.desktop [v2]

2021-09-01 Thread Andrey Turbanov
> parseInt/parseLong/parseShort/parseByte/parseFloat should be preferred, as > they return primitives. While valueOf returns boxed object. Andrey Turbanov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes