cljfx 2021-11-16

When developing a web application, I heavily rely on the devtools element inspector and styles views. Is there something similar for Java fx people tend to use? https://github.com/JonathanGiles/scenic-view?

Haven’t used that, but I wish I had time to create something like that for cljfx 🙂

Without an element inspector, how do you debug why something doesn't look the way expect?

is it styling? usually by applying -fx-background-color: red style…

Ah, the visual equivalent of println 🙂 Thanks, will start using that technique.

😄 2