Update T2Ctemplate.java
This commit is contained in:
parent
d0c683b73c
commit
a74710ed9a
@ -157,6 +157,9 @@ public class T2Ctemplate {
|
|||||||
|
|
||||||
// Frame in Console
|
// Frame in Console
|
||||||
|
|
||||||
|
|
||||||
|
//todo Frame Builder als replace String Builder um es überall nutzen zu können
|
||||||
|
|
||||||
protected static final String BOTTOM_BORDER = "╚═══════════════════════════════════════════════════════════════════════════╝";
|
protected static final String BOTTOM_BORDER = "╚═══════════════════════════════════════════════════════════════════════════╝";
|
||||||
protected static final int FIXED_WIDTH = BOTTOM_BORDER.length() - 2; // Länge ohne die Randzeichen
|
protected static final int FIXED_WIDTH = BOTTOM_BORDER.length() - 2; // Länge ohne die Randzeichen
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user