예제 #1
0
 public Stage()
 {
     root = new Group();
     root.setStage(this);
 }