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.