Added new UserInfo Method
This commit is contained in:
@@ -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".
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user