|
||
|
|||
|
Hello All,
My code reads like this. I have used the AWT Java Code
list l = new List(50, true); add(list); -- --- -- for (int i =0; int i < cnt; i++) l.add( name[i] + " " + initial[i] + " " + address[i] +" "+ .............); } johnmichael tester street10 George verky Ganeshmandhir Ram Goenka location1 Can anyone suggest how to fix the problem. thanks
Last edited by helloworld922; 16-03-2010 at 05:40 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] adding items to a binary tree | vendetta | Algorithms & Recursion | 4 | 27-02-2010 01:32 AM |
| list in JSP | smackdown90 | JavaServer Pages: JSP & JSTL | 1 | 09-02-2010 11:58 AM |
| How to get a sum value from items listed in array ? | makarov | Loops & Control Statements | 0 | 06-01-2010 10:11 PM |
| Arrays: question about "removing" items. | sanfor | Collections and Generics | 2 | 30-11-2009 08:09 AM |
| How to input items in array | jempot | Collections and Generics | 4 | 27-01-2009 10:07 AM |