Write to same location in a console window with java

前端 未结 2 884
面向向阳花
面向向阳花 2020-12-16 03:58

I would like to write a character to the same location in a console window.

The characters I would like to write are / - \\ <

2条回答
  •  抹茶落季
    2020-12-16 04:41

    I don't think Java natively allows for that. You need to use some external library - maybe JCurses can help you.

提交回复
热议问题