``` init { selectedPhoto.itemProperty.onCh...
# tornadofx
r
Copy code
init {
        selectedPhoto.itemProperty.onChange { exifInformation(selectedPhoto) }
    }