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