java.lang.Object
com.example.project.controllers.RootLayoutController
Root layout that remains the root scene of the application to switch scenes within.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RootLayoutController
public RootLayoutController()
-
-
Method Details
-
setContent
public void setContent(javafx.scene.Parent page) - Parameters:
page- Set page content to a game scene.
-