Kotlin_GUI_TornadoFX 源码
Kotlin_GUI_TornadoFX $ mkdir demo $ cd demo 建議新增資料夾 $ gradle init //為了配合大多數開發者習慣 Select build script DSL: 1: Groovy 2: Kotlin Enter selection (default: Groovy) [1..2] 1 我們選擇Groovy plugins { id 'application' id 'org.openjfx.javafxplugin' version '0.0.8' } dependencies { implementation
下载地址
用户评论