RFR: 8285700: [TreeTableView] graphic property of TreeItem is still visible after collapsing tree

2023-07-06 Thread Karthik P K
In `TreeTableRowSkin`, graphic was not updated along with tree item update. Made changes to update graphics of TreeTableView row in `updateTreeItem()` method. Added options in monkey tester to add graphics and subnodes to `TreeTableView` rows. - Commit messages: - Fix TreeTableVi

Withdrawn: JDK-8306490: Fix raw type warnings in graphics

2023-07-06 Thread duke
On Tue, 18 Apr 2023 16:17:52 GMT, John Hendrikx wrote: > Focused only on raw type problems, and removing casts that were no longer > needed because of the changes. This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jfx/pull/1095

Re: RFR: 8299753: Tree/TableView: Column Resizing With Fractional Scale [v4]

2023-07-06 Thread Andy Goryachev
On Thu, 6 Jul 2023 00:23:09 GMT, Michael Strauß wrote: >> I agree with John that a layout algorithm that uses incremental calculations >> will always be flawed in principle. The correct approach is to store the >> initial configuration, and then for each configuration change, go back to >> the

RFR: 8274932: Render scales in EmbeddedWindow are not properly updated

2023-07-06 Thread Prasanta Sadhukhan
When the JavaFX scene is set before it is really shown, then the scale factors are not properly propagated to the EmbeddedWindow, resulting in showing wrong scales. Fix is made to update scales to EmbeddedWindow - Commit messages: - 8274932: Render scales in EmbeddedWindow are not

State of JavaFX Notebook

2023-07-06 Thread Sven Reimers
Hi all, Greetings from JCrete, we are having a discussion about Java, Jupyter and JShell which reminded me of the demo of JavaFX Notebook. Can anyone give a short update? Maybe I missed some good news? Thx Sven