command line - How to print vertical progress bar in console using Java? -


how can print vertical progress bar in terminal console or command prompt using java? horizontal bar looks this:

user#java printhorizontalprogressbar 5%##### 

i want print same progress bar vertically.

did try use system.out.println("*")? sort of vertical progress bar.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -