JavaFX and PKMS (Logseq, Obsidian) enthusiast
https://github.com/sosuisen/
VSCode Extensions for JavaFX:
https://marketplace.visualstudio.com/publishers/sosuisha
IMHO, it might be worth exploring native debounce/throttle support in JavaFX's event model.
This could potentially improve performance while also enhancing developer convenience.
(Just sharing a thought, not a feature request.)
IMHO, it might be worth exploring native debounce/throttle support in JavaFX's event model.
This could potentially improve performance while also enhancing developer convenience.
(Just sharing a thought, not a feature request.)
The JavaFX Properties/listeners approach if really powerful to bind UI components to changing values.
But it is often over-used and the main source of performance issues. It's very easy to kill performance by adding a listener to a property that is modified during layout.
The JavaFX Properties/listeners approach if really powerful to bind UI components to changing values.
But it is often over-used and the main source of performance issues. It's very easy to kill performance by adding a listener to a property that is modified during layout.
www.youtube.com/watch?v=1JL6...
More info:
webtechie.be/post/2025-10...
www.youtube.com/watch?v=1JL6...
More info:
webtechie.be/post/2025-10...
Thanks to
@johanvos.bsky.social
@trixon.se
@crschnick.bsky.social
@sunnykentz.bsky.social
@sreimers.bsky.social
Michael Hoffer
Florian Enner
Abid Maqbool
Haidar Ali
@dlemmermann.bsky.social
Have a lovely weekend!
Thanks to
@johanvos.bsky.social
@trixon.se
@crschnick.bsky.social
@sunnykentz.bsky.social
@sreimers.bsky.social
Michael Hoffer
Florian Enner
Abid Maqbool
Haidar Ali
@dlemmermann.bsky.social
Have a lovely weekend!
Thanks to
Kevin Rushforth
Stefan Richthofer
@apidia.net
Helal Anwar
JPro
@cat-edelveis.bsky.social
@cdetastes.bsky.social
Happy reading, and have a lovely #Java weekend!
Thanks to
Kevin Rushforth
Stefan Richthofer
@apidia.net
Helal Anwar
JPro
@cat-edelveis.bsky.social
@cdetastes.bsky.social
Happy reading, and have a lovely #Java weekend!
Thanks to
@gluonhq.com
@azulsystems.bsky.social
@johanvos.bsky.social
@logorrr.bsky.social
@cat-edelveis.bsky.social
@sosuisen.bsky.social
Ben & Ryan Show
Muhammed Afsal Villan
@frankdelporte.be
Pi4J
Thanks to
@gluonhq.com
@azulsystems.bsky.social
@johanvos.bsky.social
@logorrr.bsky.social
@cat-edelveis.bsky.social
@sosuisen.bsky.social
Ben & Ryan Show
Muhammed Afsal Villan
@frankdelporte.be
Pi4J
sosuisen.github.io/javafx-build...
sosuisen.github.io/javafx-build...
Get the SDK from gluonhq.com/products/jav... or download the maven artifacts from maven central.
Get the SDK from gluonhq.com/products/jav... or download the maven artifacts from maven central.
marketplace.visualstudio.com/items?itemNa...
#Java
marketplace.visualstudio.com/items?itemNa...
#Java
github.com/sosuisen/jav...
github.com/sosuisen/jav...
Thanks to
@gluonhq.com
@johanvos.bsky.social
Dean Courtney
Helal Anwar
Gufran Thakur
@dlemmermann.bsky.social
@sosuisen.bsky.social
JPro
@defold.com
Happy reading, and have a lovely #Java weekend!
Thanks to
@gluonhq.com
@johanvos.bsky.social
Dean Courtney
Helal Anwar
Gufran Thakur
@dlemmermann.bsky.social
@sosuisen.bsky.social
JPro
@defold.com
Happy reading, and have a lovely #Java weekend!
The JavaFX Builder API Project provides a builder pattern API for JavaFX UI components, enabling the creation of JavaFX applications through a fluent, strongly typed, and declarative approach.
github.com/sosuisen/jav...
The JavaFX Builder API Project provides a builder pattern API for JavaFX UI components, enabling the creation of JavaFX applications through a fluent, strongly typed, and declarative approach.
github.com/sosuisen/jav...