cljfx

kenny 2021-11-16T02:37:17.001600Z

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?

vlaaad 2021-11-16T08:11:58.001900Z

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

kenny 2021-11-16T14:47:57.002100Z

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

vlaaad 2021-11-16T15:27:23.002300Z

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

kenny 2021-11-16T15:36:00.002600Z

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

😄 2