Hi!
I'm making a hangman in Java, running it with Eclipse. I was wondering if it's possible to clear the screen (the previously printed text) in some way, so my program would have a more natural feel to it, instead of just going from the top of the page to the bottom after every print statement.
PS. I'm aware of the method when i can just print a lot of newlines, but that's not what i'm looking for.
Thank you very much!