Is this possible to do in Java, like using System.out.println(...) and then somehow edit the text that was written?
For example, I have a basic application doing some tasks, and I want to keep the user updated, like showing the percentage before until it's done.
So it would show something like this in the System.out stream when the task starts
Doing x task ... 0%
Then update the % shown when progresses are being made. Whenever the task is done, change it to say "Done!" instead of showing 100% or some random percentage.
Sorry if this is a bad and hard to understand question, I really have no idea how to put it and English is not my native language. Feel free to edit the question to make it more clear