Added new UserInfo Method

This commit is contained in:
Leonardo Brandenberger
2021-11-11 11:44:48 +01:00
parent 580eedd3c6
commit c696558965
+9
View File
@@ -124,6 +124,15 @@ public class TextOutput {
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".
*/