There are two parts of my console programme, part A, and part B
Part A will keep updating, for example, some loading progress, and part B is the menu, or some rarely update part. I print the whole UI using System.out.println
So, instead of update the whole screen using System.out.println
to keep refreshing the screen. Thanks.