Class RootLayoutController

java.lang.Object
com.example.project.controllers.RootLayoutController

public class RootLayoutController extends Object
Root layout that remains the root scene of the application to switch scenes within.
  • Constructor Details

    • RootLayoutController

      public RootLayoutController()
  • Method Details

    • setContent

      public void setContent(javafx.scene.Parent page)
      Parameters:
      page - Set page content to a game scene.