uilt "on top" of another
behavior) -- so far I've not found any real problems with this approach.
--John
*From: *openjfx-dev on behalf of John
Hendrikx
*Date: *Wednesday, November 29, 2023 at 14:54
*To: *openjfx-dev@openjdk.org
*Subject: *Behavior API proof of concep
Hendrikx
*Date: *Wednesday, November 29, 2023 at 14:54
*To: *openjfx-dev@openjdk.org
*Subject: *Behavior API proof of concept PR
For those still interested, I've updated
https://github.com/openjdk/jfx/pull/1265 with a replaced ButtonBehavior
and SpinnerBehavior, using concepts laid out in
https:
to see how they
can be built "on top" of another behavior) -- so far I've not found any
real problems with this approach.
--John
*From: *openjfx-dev on behalf of John
Hendrikx
*Date: *Wednesday, November 29, 2023 at 14:54
*To: *openjfx-dev@openjdk.org
*Subject: *Behavior API
Hendrikx
Date: Wednesday, November 29, 2023 at 14:54
To: openjfx-dev@openjdk.org
Subject: Behavior API proof of concept PR
For those still interested, I've updated
https://github.com/openjdk/jfx/pull/1265 with a replaced ButtonBehavior
and SpinnerBehavior, using concepts laid out in
For those still interested, I've updated
https://github.com/openjdk/jfx/pull/1265 with a replaced ButtonBehavior
and SpinnerBehavior, using concepts laid out in
https://gist.github.com/hjohn/c7b1bf9d4a4770b1b3ae854b20fbaa94
Any feedback is welcome, I think it's making progress, and the changes