Added new UserInfo Method
This commit is contained in:
parent
580eedd3c6
commit
c696558965
|
@ -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".
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue