Subversion Repository Public Repository

litesoft

Diff Revisions 537 vs 538 for /trunk/GWT_Sandbox/MultiModule/groupBack/src/org/litesoft/sandbox/multimodule/groupback/client/back/BackViewImpl.java

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