console application?

sir,

how to use the java console application for displaying game output?

i thought that console is only for displaying text outputs but how can i display images?

do send me any examples if u know ,for displaying images in java console

mail: raj_mca4u@yahoo.co.in

thank u.

[308 byte] By [raj_mca4ua] at [2007-11-26 17:57:14]
# 1
Consoles only display text. To display graphics, you have to create a gui. Note that using swing will be very difficult without a firm grasp of the basics.
hunter9000a at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 2

> sir,

There also post a lot of female developers here.

> how to use the java console application for

> displaying game output?

What game output?

> i thought that console is only for displaying text

> outputs but how can i display images?

That is correct: only text can be displayed to the console, no images.

> do send me any examples if u know ,for displaying

> images in java console

Not possible.

prometheuzza at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 3

Sorry my friend but console serves its own purpose. It is only for command line or textual output. Check out Sun's own website for a tutorial in Swings. Using swings you can display GUI outputs. It takes a little while to understand swings, but once you're done, guess you yourself will solve your problem. Please post in if you still have problems.

All the Best. Take Care.

Leon.

Leon_Goaa at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 4
Double post: http://forum.java.sun.com/thread.jspa?threadID=5135024
macrules2a at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 5
how we see the graphical output in console window
rohit_cse07@hotmail.coma at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 6
System.out.printlnASCII Quake anyone?
robtafta at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 7
> how we see the graphical output in console windowLSD?
BillKriegera at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 8
hey guys dont laugh... the game ZZT did a pretty good job at "console gfx".... but I hate the game so I guess my point is worthless... :(
ArikArikArika at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...
# 9
ASCII graphics forever!Ratz!/\ /\ /||\/||\ -- \ . = / \/ \||/ \/
jwentinga at 2007-7-9 5:10:28 > top of Java-index,Other Topics,Java Game Development...