RFR: 8343170: java/awt/Cursor/JPanelCursorTest/JPanelCursorTest.java does not show the default cursor
Alisen Chung
achung at openjdk.org
Wed Nov 13 21:22:51 UTC 2024
On Wed, 13 Nov 2024 01:14:26 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
> Change test instructions and drawString to say "Move" instead of "Default" for cursor type. Also increased the column count to fit the instructions in linux, as it was mentioned that the instructions didn't fit there.
I notice one more cursor type (resize cursor?) in between the "move" panel and the panel containing the crosshair button and hand panel. I think it's caused by the JSplitPane resizing option. Since this test is about checking different cursor types while hovering parts of the frame, it might be worth either adding this cursor to the instructions or setting the JSplitPane to not be resizable to remove the cursor.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22055#issuecomment-2474807023
More information about the client-libs-dev
mailing list