New question #207259 on Gephi:
https://answers.launchpad.net/gephi/+question/207259

Hello everyone,
I’m using the gephi toolkit and implement in java. Right now I have created a 
gephi project and did some fancy graphical stuff.  Exporting the results in a 
pdf or gexf  seems to work as well. But I want to save the whole project, not 
just  the graph.
To do so I am doing this:
ProjectController pc = Lookup.getDefault().lookup(ProjectController.class);
pc.newProject();
…
File file = new File("newProject.gephi");
pc.saveProject(pc.getCurrentProject(), file).run(); 

but I experience the following error:

Aug 30, 2012 10:59:19 AM org.openide.util.NbPreferences getPreferencesProvider
Warnung: NetBeans implementation of Preferences not found

Someone have an idea to solve this problem?

p.s.: My IDE is Eclipse but in NetBeans the problem looks the same!


-- 
You received this question notification because you are a member of
Gephi Team, which is an answer contact for Gephi.

_______________________________________________
Mailing list: https://launchpad.net/~gephi.team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~gephi.team
More help   : https://help.launchpad.net/ListHelp

Répondre à