Re: RFR: 8319147: Add regression test for JDK-8317836 [v2]

2023-11-05 Thread Prasanta Sadhukhan
On Sat, 4 Nov 2023 13:48:48 GMT, Kevin Rushforth wrote: > make the test window smaller so they don't overlap Done > Maybe set the X and Y of the instruction window Although it is probably not required now, but can you please specify how to do it for my future reference as I dont see Scene accep

Re: RFR: 8319147: Add regression test for JDK-8317836 [v2]

2023-11-05 Thread Prasanta Sadhukhan
> A manual regression test for JFXPanel orientation fix in > [JDK-8317836](https://bugs.openjdk.org/browse/JDK-8317836) is added Prasanta Sadhukhan has updated the pull request incrementally with two additional commits since the last revision: - Formatting - Modify window size -

Key binding customization proposal

2023-11-05 Thread John Hendrikx
This is an extension that builds on top of the Behavior API proposal (see Public Behavior API proposal thread). Summary: Provide an opportunity to customize key bindings during construction time of standard behaviors, without exposing the internal|InputMap|s. The API is constructed in such a

Public Behavior API proposal

2023-11-05 Thread John Hendrikx
As promised,  a public Behavior API proposal. Summary: Introduce a new|Behavior|interface that can be set on a control to replace its current behavior. The new behavior can be fully custom or composed (or later subclassed) from a default behavior. Some default behaviors will be provided as pa