Change location of command line curser?

I'm looking to change the location of the command line curser, no clue if this is possible without actually creating a gui. I'd like to add it to the bottom of the window.

A static location for the command line curser to be, when I run my program, that won't be inturrupted when incoming information is displayed in the command line window.

Any ideas, point me in the right direction?

[406 byte] By [Worroma] at [2007-11-27 11:08:55]
# 1

well, you are wanting to give your program the functionality of a GUI. So why not make it a GUI? That's what they're there for, to do GUI-type things.

petes1234a at 2007-7-29 13:32:05 > top of Java-index,Java Essentials,Java Programming...