Re: RFR: 8253634: TreeCell/Skin: misbehavior on switching skin

2020-11-01 Thread Ambarish Rapte
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

Integrated: 8253634: TreeCell/Skin: misbehavior on switching skin

2020-11-01 Thread Jeanette Winzenburg
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

RFR: 8237491: Maximized undecorated stage behaves inconsistently on different platforms (fix for Linux)

2020-11-01 Thread Thiago Milczarek Sayao
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

RFR: 8255723: Gtk glass backend should run with Gtk+ 3.8 (minimum)

2020-11-01 Thread Thiago Milczarek Sayao
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

Taskbar API from JavaFX Window?

2020-11-01 Thread Will Iverson
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

Re: Taskbar API from JavaFX Window?

2020-11-01 Thread Scott Palmer
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