swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] Java Swarm Graphs


From: Marcus G. Daniels
Subject: Re: [Swarm-Support] Java Swarm Graphs
Date: Thu, 17 Nov 2005 07:15:20 -0700
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

durga bhavani wrote:

It throws Exception can any one Please help m

You have tried to use the uninitialized `graph1' variable to create a graph element before you have acquired it from the observer Swarm.

        Graph graph1;
        for (int i = 1; i < 8; i++)
{ System.out.println("Creating Graph Element");
         GraphElement ge = graph1.createElement ();
        try
 {
  graph1 = groupObserver.getgraph();
        }




reply via email to

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