Package javatro.display.screens
Class StartScreen
java.lang.Object
javatro.display.screens.Screen
javatro.display.screens.StartScreen
Initial application screen displaying main menu options and game logo.
Provides functionality for:
- Displaying the Javatro logo
- Presenting core game startup options
- Handling basic application navigation
-
Field Summary
Fields inherited from class javatro.display.screens.Screen
commandMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDisplays the startup screen content including: Javatro logo loaded from external file Formatted menu options (handled by superclass)Methods inherited from class javatro.display.screens.Screen
clearCommandMap, displayOptions, getCommand, getCommandMap, getOptionsSize, getOutput
-
Constructor Details
-
StartScreen
Constructs the start screen with default main menu options.- Throws:
JavatroException- if screen initialization fails
-
-
Method Details
-
displayScreen
public void displayScreen()Displays the startup screen content including:- Javatro logo loaded from external file
- Formatted menu options (handled by superclass)
- Specified by:
displayScreenin classScreen
-