<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,7 +31,7 @@ public class EnumeratorDebugger {
         outlineTreePanel.addMouseListener(outlineTreePanel);
         
         enumerator.generate();
-        frame.setSize(800, 800);
+        frame.setSize(1200, 800);
         frame.setVisible(true);
     }
     </diff>
      <filename>src/app/EnumeratorDebugger.java</filename>
    </modified>
    <modified>
      <diff>@@ -177,10 +177,11 @@ public class SimpleGraph {
             int l = this.atomContainer.getAtomNumber(bond.getAtom(0));
             int r = this.atomContainer.getAtomNumber(bond.getAtom(1));
             if (l &lt; r) {
-                sb.append(l).append(&quot;-&quot;).append(r).append(&quot; &quot;);
+                sb.append(l).append(&quot;-&quot;).append(r);
             } else {
-                sb.append(r).append(&quot;-&quot;).append(l).append(&quot; &quot;);
+                sb.append(r).append(&quot;-&quot;).append(l);
             }
+            sb.append(&quot;(&quot;).append(bond.getOrder().ordinal()).append(&quot;)&quot;).append(&quot; &quot;);
         }
         sb.append(&quot;} &quot;);
 //        for (Orbit o : orbits) {</diff>
      <filename>src/deterministic/SimpleGraph.java</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ import deterministic.SimpleGraph;
 
 public class GraphRenderer {
 
-    private static int nodeRadius = 5;
+    private static int nodeRadius = 7;
 
     public static void paintDiagram(SimpleGraph graph, Graphics g, int center, int width, int axis) {
         IAtomContainer container = graph.getAtomContainer();
@@ -27,7 +27,10 @@ public class GraphRenderer {
         int d = nodeRadius * 2;
         for (IAtom atom : container.atoms()) {
             nodePositions.put(container.getAtomNumber(atom), i);
-            g.drawOval(i - nodeRadius, axis - nodeRadius, d, d);
+            int x = i - nodeRadius;
+            int y = axis - nodeRadius;
+            g.drawOval(x, y, d, d);
+            g.drawString(atom.getSymbol(), x, axis + nodeRadius);
             i += separation;
         }
 </diff>
      <filename>src/display/signature/GraphRenderer.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ab7f2486fee2e24a1b6cab6ad98b7c5d2f26c39</id>
    </parent>
  </parents>
  <author>
    <name>maclean</name>
    <email>gilleain.torrance@gmail.com</email>
  </author>
  <url>http://github.com/gilleain/generation/commit/400122d998414ff01c426283a74caa4d591ede46</url>
  <id>400122d998414ff01c426283a74caa4d591ede46</id>
  <committed-date>2009-09-24T12:55:42-07:00</committed-date>
  <authored-date>2009-09-24T12:55:42-07:00</authored-date>
  <message>Minor tweaks</message>
  <tree>3540a63b8f0a264d46e0456994e331eb3a519c82</tree>
  <committer>
    <name>maclean</name>
    <email>gilleain.torrance@gmail.com</email>
  </committer>
</commit>
