[Rev 04] RFR: 8225571: Port DND source to use GTK instead of GDK
Thiago Milczarek Sayao
tsayao at openjdk.java.net
Thu Dec 12 11:54:26 UTC 2019
> https://bugs.openjdk.java.net/browse/JDK-8225571
>
> To run tests (on the root of the source tree):
> ./gradlew apps
> java @build/run.args -cp apps/toys/DragDrop/dist/DragDrop.jar dragdrop.DragDropWithControls
> java @build/run.args -cp apps/toys/DragDrop/dist/DragDrop.jar dragdrop.DragDropColor
>
> java -Djdk.gtk.version=2 @build/run.args -cp apps/toys/DragDrop/dist/DragDrop.jar dragdrop.DragDropWithControls
> java -Djdk.gtk.version=2 @build/run.args -cp apps/toys/DragDrop/dist/DragDrop.jar dragdrop.DragDropColor
The pull request has been updated with 1 additional commit.
-------------
Added commits:
- b24f407f: Fix "GOT A dragExit when dndGesture is null!"
Changes:
- all: https://git.openjdk.java.net/jfx/pull/4/files
- new: https://git.openjdk.java.net/jfx/pull/4/files/47155b08..b24f407f
Webrevs:
- full: https://webrevs.openjdk.java.net/jfx/4/webrev.04
- incr: https://webrevs.openjdk.java.net/jfx/4/webrev.03-04
Stats: 17 lines in 1 file changed: 12 ins; 5 del; 0 mod
Patch: https://git.openjdk.java.net/jfx/pull/4.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/4/head:pull/4
PR: https://git.openjdk.java.net/jfx/pull/4
More information about the openjfx-dev
mailing list