g.addEdge("is a", "Python", "Programming Language");
NanoGraph gp = new NanoGraph();
DebugGraphListener dgl = new DebugGraphListener(new OutputStreamWriter(System.out));
gp.getSelectionManager().addSelectionListener(dgl);
gp.setGraph(g);
gp.setLayout(new CircularLayoutAlgorithm(200));