Hey guys! Quick question- I'm trying to implement TornadoFX's SqueezeBox in place of a HBox I have, but the class is final so I can't actually seem to inhereit from it. Is this intentional? I'm trying to replace my
class Item : HBox()
with
class Item : SqueezeBox()