Fork me on GitHub
#cljfx
<
2021-11-16
>
kenny02:11:17

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?

vlaaad08:11:58

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

kenny14:11:57

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

vlaaad15:11:23

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

kenny15:11:00

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

😄 2