I would like to write a character to the same location in a console window.
The characters I would like to write are / - \\ <
/
-
\\
I don't think Java natively allows for that. You need to use some external library - maybe JCurses can help you.