Class SwitchScene
java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.SwitchScene
this class is a static class used for switching between the different pages/scenes in the program
- Author:
- Gruppe 6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
switchScene
(String location, javafx.event.Event event) a method that switches between screens/scenes in the application
-
Constructor Details
-
SwitchScene
public SwitchScene()
-
-
Method Details
-
switchScene
a method that switches between screens/scenes in the application- Parameters:
location
- the scene you want to switch toevent
- the event when the button was pressed- Throws:
IOException
- when path not found
-