Subversion Repository Public Repository

litesoft

Diff Revisions 537 vs 538 for /trunk/GWT_Sandbox/MultiModule/groupFront/src/org/litesoft/sandbox/multimodule/groupfront/client/right/RightViewImpl.java

Diff revisions: vs.
  @@ -17,7 +17,7 @@
17 17
18 18 public RightViewImpl()
19 19 {
20 - CubeFace zCubeFace = new CubeFace( this, "RightGroup", mCenter = Places.Right, Places.Top, Places.Back, Places.Front, Places.Bottom );
20 + DieRotator zCubeFace = new DieRotator( this, "RightGroup", mCenter = Places.Right );
21 21
22 22 VerticalPanel zPanel = new VerticalPanel();
23 23 zPanel.setHorizontalAlignment( HasHorizontalAlignment.ALIGN_CENTER );