On Fri, 25 Sep 2020 11:10:20 GMT, Jeanette Winzenburg
wrote:
> TreeCellSkin installs listeners to the TreeView/fixedCellSize that introduce
> a memory leak, NPE on replacing the treeView and incorrect update of internal
> state.
>
> Fixed by removing the listeners (and the internal state had
On Fri, 25 Sep 2020 11:10:20 GMT, Jeanette Winzenburg
wrote:
> TreeCellSkin installs listeners to the TreeView/fixedCellSize that introduce
> a memory leak, NPE on replacing the treeView and incorrect update of internal
> state.
>
> Fixed by removing the listeners (and the internal state had
Simple fix to enable maximizing functionality on the window manager.
Test provided
gradlew -PFULL_TEST=true -PUSE_ROBOT=true :systemTests:test --tests
test.javafx.stage.MaximizeUndecorated
-
Commit messages:
- Change copyright year
- Enable maximize functionality when maximizing
Simple fix to not build with GTK+ greater than 3.8 symbols.
-
Commit messages:
- Fix minimum GTK version (glass DND)
- Merge pull request #13 from openjdk/master
- Merge pull request #12 from openjdk/master
- Merge pull request #11 from openjdk/master
- Merge pull request #10 fro
Looking at native desktop integration with JavaFX. As I was exploring, I
noticed that the java.awt.Taskbar API does not appear to be available for
JavaFX Windows.
https://docs.oracle.com/javase/10/docs/api/java/awt/Taskbar.html#setWindowProgressState(java.awt.Window,java.awt.Taskbar.State)
Many
They work fine. Just remember to use the Swing/AWT event thread to call them.
Scott
> On Nov 1, 2020, at 8:39 PM, Will Iverson wrote:
>
> Looking at native desktop integration with JavaFX. As I was exploring, I
> noticed that the java.awt.Taskbar API does not appear to be available for
> Jav