RFR: 8352687: Opensource few JInternalFrame and JTextField tests

2025-04-06 Thread Prasanta Sadhukhan
Few JInternalFrame and JTextField tests are opensourced - Commit messages: - Opensource test Changes: https://git.openjdk.org/jdk/pull/24474/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24474&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8352687 Stats: 358 line

Re: RFR: 8353304: Open source two JTabbedPane tests

2025-04-06 Thread Alexander Zuev
On Fri, 4 Apr 2025 22:50:28 GMT, Phil Race wrote: > Open source two Swing JTabbedPane tests. > One is problem listed for macOS because of the way Aqua displays tabs on the > left + right. Looks good. - Marked as reviewed by kizune (Reviewer). PR Review: https://git.openjdk.org/jd

Re: RFR: 8352684: Opensource JInternalFrame tests - series1 [v2]

2025-04-06 Thread Prasanta Sadhukhan
> Few JInternalFrame tests are opensourced Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: spacing - Changes: - all: https://git.openjdk.org/jdk/pull/24447/files - new: https://git.openjdk.org/jdk/pull/24447/fi

Re: RFR: 8352686: Opensource JInternalFrame tests - series3 [v2]

2025-04-06 Thread Prasanta Sadhukhan
> Few JInternalFrame tests are opensourced Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: spacing - Changes: - all: https://git.openjdk.org/jdk/pull/24466/files - new: https://git.openjdk.org/jdk/pull/24466/fi

Re: RFR: 8353138: Screen capture for test TaskbarPositionTest.java, failure case [v6]

2025-04-06 Thread duke
On Fri, 4 Apr 2025 08:45:22 GMT, Renjith Kannath Pariyangad wrote: >> Hi Reviewers, >> >> Added screen capture in case of test failure using Robot. >> >> Please review and let me know your suggestion if any. > > Renjith Kannath Pariyangad has updated the pull request incrementally with > one

Re: RFR: 8352638: Enhance code consistency: java.desktop/windows

2025-04-06 Thread Sergey Bylokhov
On Sat, 5 Apr 2025 19:36:33 GMT, Andrey Turbanov wrote: >> The `java.desktop` module currently lacks proper use of the `@Override` >> annotation for methods and the `final` modifier for classes. While similar >> changes were previously made in the >> [JavaSound](https://github.com/openjdk/jdk/