Can we do this with println?
- From: neelsmail@xxxxxxxxxxxxxx
- Date: Mon, 29 Oct 2007 05:01:12 -0700
Hi,
I am new to Java programming. What I wanted to do is shown below using
a function like "System.out.println".
X03 | X05 | X07
------------------------------
X04 | X02 | X08
------------------------------
X01 | X06 | X09
In the diagram above as 'X' is any character and the remaining one is
a subscript (01, 02, 03 and so on..). What I want to do then is write
the character to the screen in the subscript order X01, X02 and so
on.. The problem is I do not get how using "System.out.println" I can
go one line above without erasing the whole screen. Of course this is
_not_ a homework but something I am trying to do nevertheless.
Any help is appreciated.
Thanks,
Neel.
.
- Follow-Ups:
- Re: Can we do this with println?
- From: Mark Space
- Re: Can we do this with println?
- From: Joshua Cranmer
- Re: Can we do this with println?
- From: Roedy Green
- Re: Can we do this with println?
- Prev by Date: Re: Why are women too dumb to program a computer???
- Next by Date: How to get use of OSGi bundle services on-the-fly
- Previous by thread: jsp client for axis2 webservice
- Next by thread: Re: Can we do this with println?
- Index(es):
Relevant Pages
|