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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
separatorThe separator string used to visually separate UI elements.- See Also:
 
- 
WELCOME_LOGOThe logo string used to display an ASCII art logo.- See Also:
 
- 
BYE_LOGOThe BYE_LOGO string used to display an ASCII art logo when the user exits the system.- See Also:
 
- 
NEWA red string with red color.- See Also:
 
 
- 
- 
Constructor Details- 
BoundaryStringspublic BoundaryStrings()
 
-