311312313314315316317318319320321
/** * This is the entry point method. */ public void onModuleLoad() { VerticalPanel mainPanel = new VerticalPanel(); graph = new ForceDirected();//RGraph(); final Button button = new Button("Load Path"); button.addClickHandler(new ClickHandler() {