JavaFx_FirstStep1
  • Stage is a top level container which tenders a foundation on which, a default root node (canvas) is used to pack hierarchies of child nodes.
  • you need to invoke stage.show() method to display on screen.
  • Stage()
    Creates a new instance of decorated Stage.
Resulting displays: