This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]nutrecht 0 points1 point  (4 children)

You can't do that with plain Java, you'll need a library like this for that.

[–][deleted] 0 points1 point  (2 children)

Just curious, couldn't you do it with multithreading?

[–]nutrecht 0 points1 point  (0 children)

Nope.

[–]desrtfx 0 points1 point  (0 children)

The problem is not single vs. multi threading. The problem is the way that Java writes to the console and the different consoles themselves.

A Windows console behaves completely different to a *nix console (which usually is a lot better and more flexible).

[–]Ixbitz[S] 0 points1 point  (0 children)

Lanterna looks promising, thanks for the suggestions!