So if I have a basic terminal app in Java with three printed lines like,
Progress: 30%
Total items = 3
Name next item here -> :
How would you edit the 1st or 2nd line? I tried using \r
but that seems to only work on the current line. Is there a special function or escape character that would work?