JavaFX Controls #604
vsquared
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
@vsquared I find this fascinating and I understand 10% of it at most! Could you wrap this onto something beginners could use alongside a "normal" py5 sketch drawing canvas? My naive ideas would be some functions one could call to build a window with controls one could use alongside the "main" sketch window. Or, even with the main sketch inside the JavaFX window, could you make some wrapper functions/objects to reduce the boilerplate and need to know so much advanced stuff? Thinking how easy it was back in the day to use ControlP5 on Processing Java... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The following source code demonstrates several JavaFX controls with event handlers:
Output:

Beta Was this translation helpful? Give feedback.
All reactions