Package main.utils.ui
Class BoundaryStrings
java.lang.Object
main.utils.ui.BoundaryStrings
The BoundaryStrings class provides constant strings for UI elements, such as a separator and a logo.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The BYE_LOGO string used to display an ASCII art logo when the user exits the system.static final String
A red string with red color.static final String
The separator string used to visually separate UI elements.static final String
The logo string used to display an ASCII art logo. -
Constructor Summary
-
Method Summary
-
Field Details
-
separator
The separator string used to visually separate UI elements.- See Also:
-
WELCOME_LOGO
The logo string used to display an ASCII art logo.- See Also:
-
BYE_LOGO
The BYE_LOGO string used to display an ASCII art logo when the user exits the system.- See Also:
-
NEW
A red string with red color.- See Also:
-
-
Constructor Details
-
BoundaryStrings
public BoundaryStrings()
-