Update T2Ctemplate.java

This commit is contained in:
JaTiTV 2024-07-04 07:20:31 +02:00
parent d0c683b73c
commit a74710ed9a
1 changed files with 4 additions and 1 deletions

View File

@ -157,6 +157,9 @@ public class T2Ctemplate {
// 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 int FIXED_WIDTH = BOTTOM_BORDER.length() - 2; // Länge ohne die Randzeichen