View Single Post
Old Dec 2nd, 2006, 2:19 PM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 856
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
If you want to print every item in the list, use a loop. Consider cocatenating each item into a temporary String variable, or using JTextArea's append method.
titaniumdecoy is offline   Reply With Quote