not always as cleanly and nice as when making thin...
# tornadofx
s
not always as cleanly and nice as when making things from scratch with tornadofx, but still quite compatible and nice to work with. I'm using JFoenix's Drawer, Hamburger Button, and Switch in my TornadoFX based app.
s
jmm, you're right, I will try to use it, I've also found Kfoenix
Which is a library that wraps jfoenix components
s
interesting, i had not known about that one. would be nice to check out. Its still pretty easy and intuitive with pure jfoenix, you just miss a tiny bit of the DSL stuff.
So if for some reason kfoenix doesn't work for you (it looks like not all components are implemented yet), you can still always fall back
i find that something like
Copy code
this += JFXDrawer().apply {
  // do stuff
}
works and acts close enough to the rest of the tornadofx dsl
s
Ok, will try
Sorry about my noob questions, I'm android developer haha
s
no worries man, you'll find this channel SUPER helpful. I'm still pretty new to both kotlin and tornadofx but i'm loving both and the guys and gals here have been nothing but awesome.
s
🙂