I am trying to color the output of my game.
It Works with Netbeans, but in cmd.exe just displays <-
,
The code I am trying to color is
System.out.print("/033[34m[GAME/info]: FPS recorder has start/033[0m");
System.out.print("\n/033[37m[GAME/debug]: FPS Print-Out will print every "+ time +".000ms/033[37m");