N
neelsmail
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.
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.