swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Support] Java Swarm With Graphs


From: Marcus G. Daniels
Subject: Re: [Swarm-Support] Java Swarm With Graphs
Date: Wed, 16 Nov 2005 16:08:58 -0700
User-agent: Thunderbird 1.0+ (Windows/20050803)

durga bhavani wrote:
Error : No accessible field named "graph" was found in type "java.lang.Object".

I don't why I am getting this error could you please  help  me
You need to have `graph' be an instance variable in the class, not a local variable. A local variable will only be visible within the method, while an instance variable will be visible to all instance methods.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]