openjdk-jfx icon indicating copy to clipboard operation
openjdk-jfx copied to clipboard

The openjfx repo has moved to:

Results 100 openjdk-jfx issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
WIP

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...

enhancement
WIP

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...

enhancement
WIP

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...

bug
WIP
Experiment

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,...

bug
WIP

This is useful for SceneBuilder to open FXML files with event handler attributes. Currently, SceneBuilder for JDK 9+ uses reflection as a workaround.

enhancement
WIP