TEST ASCII
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package it.polimi.ingsw.gc14.View.TUI;
|
||||
|
||||
public enum BorderStyle {
|
||||
UNICODE("╔","╗","╚","╝","═","║","╠","╣","╦","╩","╬","├","┤","─","┼"),
|
||||
ASCII ("+","+","+","+","-","|","+","+","+","+","+","+","+","-","+"),
|
||||
ROUNDED("╭","╮","╰","╯","─","│","├","┤","┬","┴","┼","├","┤","─","┼");
|
||||
|
||||
//UNICODE("╔","╗","╚","╝","═","║","╠","╣","╦","╩","╬","├","┤","─","┼"),
|
||||
UNICODE ("+","+","+","+","-","|","+","+","+","+","+","+","+","-","+"),
|
||||
ROUNDED ("+","+","+","+","-","|","+","+","+","+","+","+","+","-","+");
|
||||
//ROUNDED("╭","╮","╰","╯","─","│","├","┤","┬","┴","┼","├","┤","─","┼");
|
||||
|
||||
private final String tl,tr,bl,br,h,v,ml,mr,mt,mb,x,sl,sr,sh,sx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user