4 messages in org.netbeans.graph.usersRe: Webstart example reimplementation...
FromSent OnAttachments
Holger BrandlMay 9, 2007 6:39 am 
David KasparMay 9, 2007 7:11 pm 
Holger BrandlMay 10, 2007 12:56 am 
David KasparMay 10, 2007 8:48 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Webstart example reimplementation using graph v2?Actions...
From:David Kaspar (Davi@Sun.COM)
Date:May 9, 2007 7:11:33 pm
List:org.netbeans.graph.users

Hi Holger,

Right there is no WebStart demo similar to the one in Graph Library 1.0. Anyway there are similar examples e.g.: graph/examples/src/test/freeconnect/FreeConnectTest.java graph/examples/src/test/serialization/SceneSerializerTest.java

Anyway I have entered issue #103607 ( http://www.netbeans.org/issues/show_bug.cgi?id=103607 ) for it. The original graphics from Graph Library 1.0 is not included in the Visual Library. Therefore would you like to have exactly the same visualization? Or could it be different? What is the most important in the demo for you? Please, could you add your ideas/comments to the issue?

Thanks, David

Holger Brandl wrote:

Hi,

I've worked through the examples (including the tutorial part1) in order to develop an application, which allows to connect, create and edit nodes via drag and drop. Unfortunately non of them contained hints of how to do.

I've also tried to reuse the FlowScene stuff from the mobility package, but there were too many dependencies.

The best (complex enough but still understandable) example for me was the WebStart-demo of the old graph-library. (This example is located in CVSROOT/graph/webstart ). Are there any plans to reimplement this using the new API? IMHO this would be a real help when learning to develop real applications with graph v2.