Skip to content

Commit

Permalink
draft graph
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinflahaut committed Mar 10, 2014
1 parent 5ee391b commit 19a3bfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
import com.google.gwt.json.client.JSONObject;
import com.google.gwt.json.client.JSONString;
import com.google.gwt.user.client.ui.RootPanel;
import com.temis.client.arborjs.ArborJS;
import com.temis.client.common.GraphGWT;
import com.temis.client.common.NodeClickHandler;
import com.temis.client.common.NodeMiddleClickHandler;
import com.temis.client.common.NodeMouseHoverHandler;
import com.temis.client.common.NodeMouseOutHandler;
import com.temis.client.common.NodeRightClickHandler;
import com.temis.client.vivagraph.VivaGraph;

/**
* Entry point classes define <code>onModuleLoad()</code>.
Expand All @@ -21,7 +21,7 @@ public class GraphTesterWar implements EntryPoint {

@Override
public void onModuleLoad() {
VivaGraph graph = new VivaGraph();
GraphGWT graph = new ArborJS();
ExporterUtil.exportAll();
RootPanel.get().add(graph);
graph.addNode("temis", "red", "rect", "Temis", 1, "http://www.temis.com/fr");
Expand Down

0 comments on commit 19a3bfa

Please sign in to comment.