TextureSync/client/src/main/kotlin/org/hso/texturesyncclient/view/startupView/StartupView.kt

15 lines
289 B
Kotlin

package org.hso.texturesyncclient.view.startupView
import javafx.scene.Parent
import tornadofx.*
class StartupView : View() {
override val root: Parent
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
}