
tornadofx.Lib.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fx Show documentation
Show all versions of fx Show documentation
Lightweight JavaFX Framework for Kotlin
The newest version!
package tornadofx
import javafx.collections.FXCollections
fun List.observable() = FXCollections.observableList(this)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy