Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/taskbar/nonpublic/TaskbarCssBackgroundCommandMoveEast.java

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.taskbar.nonpublic;
3 -
4 - import org.litesoft.GWT.client.widgets.*;
5 -
6 - public class TaskbarCssBackgroundCommandMoveEast extends TaskbarCssBackgroundCommandMove {
7 - protected TaskbarCssBackgroundCommandMoveEast( SizeableDockingPanel pDockingPanel ) {
8 - super( pDockingPanel, NEWSposition.EAST, "Dock Right" );
9 - }
10 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.taskbar.nonpublic;
3 +
4 + import org.litesoft.GWT.client.widgets.*;
5 +
6 + public class TaskbarCssBackgroundCommandMoveEast extends TaskbarCssBackgroundCommandMove {
7 + protected TaskbarCssBackgroundCommandMoveEast( SizeableDockingPanel pDockingPanel ) {
8 + super( pDockingPanel, NEWSposition.EAST, "Dock Right" );
9 + }
10 + }