graphstream / gs-ui-swing

GraphStream Swing user interface
http://graphstream-project.org/
Other
25 stars 12 forks source link

Integrating the viewer in your GUI #16

Open ozan-k opened 1 year ago

ozan-k commented 1 year ago

The documentation for "integrating the viewer into your GUI" is not useful.

https://graphstream-project.org/doc/Tutorials/Graph-Visualisation/

GraphStream 2.0, the following statements do not make any sense.

import org.graphstream.ui.swingViewer.View; import org.graphstream.ui.swingViewer.Viewer;

What is the right syntax for integrating into my own Swing frame?