リビジョン e4c119f0
| learn/kotlin/javafx/MessageBoard/src/MessageBoard.kt | ||
|---|---|---|
|
|
||
|
class MessageBoard : Application() {
|
||
|
override fun start(primaryStage: Stage?) {
|
||
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||
|
primaryStage?.show()
|
||
|
}
|
||
|
}
|
||
|
|
||
空のウィンドウを表示