Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    3,456

    Re: Clearing text from the console

    Yes it does raise cross platform issues, as to do it you must target the OS for its commands to do so.
    For example on windows, this is how you would go about it.

    Console.h

    #include <jni.h>
    /*...
  2. Replies
    5
    Views
    3,456

    Re: Clearing text from the console

    Your Welcome,

    I Understand that principle, but trust me it's not worth it.

    Think about the cmd window, when does microsoft ever clear it hehe

    Chris
  3. Replies
    5
    Views
    3,456

    Re: Clearing text from the console

    This isn't a topic which arises much in a Java environment, however it does in the C/C++ environment. The topic of clearing text from the console is a very sore point.

    The long and short of it...
Results 1 to 3 of 3