Re: [Java-gnome-developer] Arrays/Vectors problem with Entry class
Brought to you by:
afcowie
From: Jeff M. <ku...@gm...> - 2005-06-03 20:02:22
|
On 6/3/05, Adam Jocksch <ajo...@re...> wrote: > Adam Jocksch wrote: > And the code that's causing the problem > for(int i =3D 0; i < sseData.size() - 1; i++){ > ((Entry)glade.getWidget("xmm"+i+"Text2")).setText((String) > sseData.elementAt(i)); > }: After this for loop the elements in sseData are null?=20 --=20 Jeffrey Morgan |