Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Vernon Day   on Jul 01 In Java Category.

  
Question Answered By: Earl Stone   on Jul 01

arrayInxObject is an instance variable  of object xObject and cannot be
accessed by using the class  name xObject. Try something like this:

xObject myxObject = new xObject(x);
myxObject.arrayInxObject[column] = z;

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on an ArrayList Problem Or get search suggestion and latest updates.


Tagged: