<@U7XT42Q84> Instead of Google, try Ctrl+N in IDEA...
# tornadofx
e
@jamie-purchase Instead of Google, try Ctrl+N in IDEA 🙂
j
ooh didn't know that was there 😄
thanks!
e
Hehe, np 🙂
j
but yeah that was probably the class i meant - but there's no tornadofx specific canvas that we can use instead was the question really
e
@jamie-purchase No, we don't reinvent the wheel. For the most part, TornadoFX are wrappers on top of JavaFX classes.
j
but there's nothing to add in this case, so there's no point creating unnecessary faff then, I take it
thanks
e
Yeah, and since Kotlin provides extension functions and extension properties, we most often go that route. TornadoFX was never meant to be a complete UI toolkit written from scratch, it was always meant as a convenience layer on top of JavaFX 🙂
j
ok, I don't feel like i'm working against the grain or missing out on anything by using the canvas stuff i love from Java then. thanks for the clarification
e
You're welcome 🙂