hg: openjfx/9-dev/rt: 8088147: [SWT] FXCanvas: implement custom cursors

kevin.rushforth at oracle.com kevin.rushforth at oracle.com
Wed Jul 27 22:14:59 UTC 2016


Changeset: 286fab2d6958
Author:    kcr
Date:      2016-07-27 13:04 -0700
URL:       http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/286fab2d6958

8088147: [SWT] FXCanvas: implement custom cursors
Summary: Augmented implementation of SWTCursors to handle image cursors properly. Added unit test and manual test.
Reviewed-by: azvegint
Contributed-by: alexander at nyssen.org

! build.gradle
! gradle.properties.template
! modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java
! modules/graphics/src/main/java/javafx/scene/Scene.java
! modules/swt/src/main/java/javafx/embed/swt/SWTCursors.java
+ modules/swt/src/test/java/test/javafx/embed/swt/SWTCursorsTest.java
+ modules/swt/src/test/resources/test/javafx/embed/swt/cursor.png
+ tests/manual/swt/SWTImageCursorTest.java
+ tests/manual/swt/cursor.png



More information about the openjfx-changes mailing list