openjdk-jfx
openjdk-jfx copied to clipboard
The openjfx repo has moved to:
This is separated from http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-June/022005.html and modified to simple patch for Win(VISTA or later) and MacOS(10.6 or later). I checked on Windows7 and Windows10. But I could not check on...
This PR adds a `MappedList` class (and corresponding tests) to OpenJFX. The `MappedList` class takes a source `ObservableList` and a mapper `Function` as its arguments and applies the mapper function...
WIP/draft for now, have to ensure a few things first and also a kind of open question down below, but should be the general idea. ---- Fixes #294. Unsure if...
https://bugs.openjdk.java.net/browse/JDK-8211038 ``` fadein fadein( , % ) ``` The fadein function takes a color and computes a more opaque version of that color. The second parameter is the opacity, ranging...
This is a first PoC on passing the native pointer from SWT to JavaFX to see if this can be done and would work. Currently this is just hacked into...
For the scroll events you must use the x and y points not the absX and absY points. If the application is in fullscreen it works with absX and absY,...
This is useful for SceneBuilder to open FXML files with event handler attributes. Currently, SceneBuilder for JDK 9+ uses reflection as a workaround.