3637383940414243444546
public static void main(String args[]) { Graph graph = new SingleGraph("Tutorial 1"); Viewer viewer = graph.display(); JSONSender sender = new JSONSender("localhost", 8080, "workspace0"); sender.setDebug(true); graph.addSink(sender);