console gui

Hey everyone,

I recently found the need to program a gui in Java but in console, no actual screen or anything. However, I cannot find any examples of how to create a gui in the terminal in java. All it would need to do is show the movement of something.

Thanks a bunch !

raj

[301 byte] By [raj_mca4ua] at [2007-11-26 17:57:04]
# 1
That doesn't make sense. You can't display anything in the console except text that you output with System.out/err. If you want to create a gui, google for java swing tutorial.
hunter9000a at 2007-7-9 5:10:19 > top of Java-index,Other Topics,Java Game Development...
# 2
http://forum.java.sun.com/thread.jspa?messageID=9493548
macrules2a at 2007-7-9 5:10:19 > top of Java-index,Other Topics,Java Game Development...