Added new UserInfo Method

This commit is contained in:
Leonardo Brandenberger 2021-11-11 11:44:48 +01:00
parent 580eedd3c6
commit c696558965
1 changed files with 9 additions and 0 deletions

View File

@ -124,6 +124,15 @@ public class TextOutput {
columnWidth = length; columnWidth = length;
} }
/**
* Methode um die Benutzerinformationen auszugeben.
*
* @param info Benutzerinformationen
*/
public void UserInfo(String info) {
System.out.println(info);
}
/** /**
* Method to give out the Error "Invalid String". * Method to give out the Error "Invalid String".
*/ */