On Wed, 20 Mar 2024 04:28:47 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
>> Convert test to manual main and move from the dedicated folder >> Remove old files > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Removing setLocation() on frame; Marked as reviewed by psadhukhan (Reviewer). test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java line 47: > 45: public class MultiResolutionCursorTest { > 46: static final int sizes[] = {8, 16, 32, 128}; > 47: static final Color colors[] = {Color.WHITE, Color.RED, Color.GREEN, > Color.BLUE}; colors could be made local.. ------------- PR Review: https://git.openjdk.org/jdk/pull/18357#pullrequestreview-1947960516 PR Review Comment: https://git.openjdk.org/jdk/pull/18357#discussion_r1531521432