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