Please tell me whats wrong with code below
and I initialise it asCode:class touchFeeds { public int myTX; public int myTY; public int myTWidth; public int myTIndex; } private touchFeeds touchF[]=null;
But when i use the code below it gives null pointer exception.Code:touchF=new touchFeeds[10];
Code:touchF[0].myTX=5;


Reply With Quote

