GUI - reworked to allow for event-based topology building, in preparation for web-socket connection to the server.
 - device nodes will enter in a fixed location, if metaUi data is included in the addDevice event.
 - device nodes now adjust their bounds to fit the text (and show an icon).
 - added cycle labels function (press the 'L' key).
 - links now appear with "transition" animation.
 NOTE: this is still WIP.

Change-Id: I3adbe9895e189e482316e86384dd53fd27781cd3
diff --git a/web/gui/src/main/webapp/json/eventTest_11.json b/web/gui/src/main/webapp/json/eventTest_11.json
new file mode 100644
index 0000000..e907444
--- /dev/null
+++ b/web/gui/src/main/webapp/json/eventTest_11.json
@@ -0,0 +1,17 @@
+{
+  "event": "addDevice",
+  "payload": {
+    "id": "of:0000ffffffff000A",
+    "type": "switch",
+    "online": false,
+    "labels": [
+      "0000ffffffff000A",
+      "FF:FF:FF:FF:00:0A",
+      "?"
+    ],
+    "metaUi": {
+      "x": 832,
+      "y": 223
+    }
+  }
+}