Nikki Parks

Greenhorn
+ Follow
since Aug 23, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nikki Parks

Here's where I found the simplegraph
http://www2.ph.ed.ac.uk/~wjh/faq/graph/index.html#simple
12 years ago
SimpleGraph was something I found on online Java tutorials, but I can always try and use something else if this is inappropriate.

Here is my code, but ignore the comments as they're things I need to change once I've finished testing the graphs



12 years ago
Hi.
I'm very much a beginner in Java and I've been asked to write a program to create graphs using data from several other files.
At the moment I'm trying to use SimpleGraph but I keep getting the error
'cannot find symbol - class SimpleGraph'

Does this mean I need to import something? or am I missing an important piece of software?

Please help, I am a little lost!

Thanks
12 years ago