Thread
:
ArrayList: Exception in thread "main" java.lang.NullPointerException
View Single Post
#
2
(
permalink
)
07-16-2007, 07:32 AM
akaruppa
Member
Join Date: Jul 2007
Posts: 2
Hi,
I think the problem is in
public void createItemList()
In this method, you are defining a local variable
ArrayList itemList = new ArrayList();
Hence the member variable itemList is still empty..
akaruppa
View Public Profile
Send a private message to akaruppa
Find all posts by akaruppa