Open GoogleCodeExporter opened 9 years ago
Hi
I faced the same issue. Probably when i worked around, it was happening cause the controller was not yet added in the root panel, yet we were trying to draw connections.
Try
Widget w = controller.getView();
myPanel.add(w);
RootPanel.get().add(myPanel);
Connection c1 = controller.drawStraightArrowConnection(helloLabel, worldLabel);
This ideally drew the exact connection
Original comment by rubiniku...@gmail.com
on 5 Nov 2012 at 11:11
Original issue reported on code.google.com by
lea.jo...@gmail.com
on 20 Sep 2011 at 10:09