| Author |
JTable
|
prathana balaji
Ranch Hand
Joined: Oct 07, 2007
Posts: 30
|
|
Hi all, can anyone help in converting a String into the Table format. FOr example I have a String ="Deer Herbivorus Animal"; I just wanted to put Deer in one coulmn,Herbivourus in second column,Animal in third column. Thanks in advance prathana
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Look at the String.split method.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: JTable
|
|
|