Java and Windows console
-
Does it exit a way to do something similar to Windows API function SetConsoleCursorPosition? I would like to make the user to wait with the 4 characters : \-/| and with (or wihtout) a percentage value after it like that: - 50% I know how to do it in C/C++, would like to know if it exists a Java solution before I start a JNI dll to do the job. Thanks in advance for your reply.
-
Does it exit a way to do something similar to Windows API function SetConsoleCursorPosition? I would like to make the user to wait with the 4 characters : \-/| and with (or wihtout) a percentage value after it like that: - 50% I know how to do it in C/C++, would like to know if it exists a Java solution before I start a JNI dll to do the job. Thanks in advance for your reply.
you should just be able to print a "backspace" character to make the cursor go back a position -- Help me! I'm turning into a grapefruit!