Hmm… So, I have to create ImageView for each occur...
# tornadofx
o
Hmm… So, I have to create ImageView for each occurrence. Not obvious. But then…
Copy code
button {
            text = "Attached"
            icon = imageview(defaultIcon) // image is there
        }
        button {
            text = "Created"
            icon = ImageView(defaultIcon) // no image
        }