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