<@U14ECM2KV> Haven't run it yet, but I would guess...
# tornadofx
e
@ron Haven't run it yet, but I would guess the exception is coming from that you assign
item.title
to the label builder's
text
property, and that doesn't accept null values, but
item.title
is bound to be null at construction time.