1
2
3
4
5
6
7
8
9
import javafx.ui.*;
Frame{
  width:100
  height:75
  content:Label{
    text:"こんにちは、GUI!"
  }
  visible:true
}