| Author |
Display
|
Amrita Dole
Greenhorn
Joined: Nov 12, 2003
Posts: 20
|
|
I want to display some data like a table but using System.out.println? How do i do that?
|
 |
Angel Dobbs-Sciortino
Ranch Hand
Joined: Sep 10, 2003
Posts: 101
|
|
Where do you wish to display it? In a console, in a window, on a web page? Angel
|
 |
Amrita Dole
Greenhorn
Joined: Nov 12, 2003
Posts: 20
|
|
|
On the console
|
 |
Angel Dobbs-Sciortino
Ranch Hand
Joined: Sep 10, 2003
Posts: 101
|
|
You can use the - and | characters to create a table grid. I'm not sure if this is what you were asking for. Angel
|
 |
 |
|
|
subject: Display
|
|
|