1
2
3
4
5
6
7
import javafx.ui.*;
Frame{
  content:Label{
    text:"hello world"
  }
  visible:true
}