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
FieldsModifier and TypeFieldDescriptionstatic final StringThe BYE_LOGO string used to display an ASCII art logo when the user exits the system.static final StringA red string with red color.static final StringThe separator string used to visually separate UI elements.static final StringThe logo string used to display an ASCII art logo. -
Constructor Summary
Constructors -
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()
-