Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/taskbar/nonpublic/TaskbarCssBackgroundCommandMoveSouth.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 TaskbarCssBackgroundCommandMoveSouth extends TaskbarCssBackgroundCommandMove {
7 - public TaskbarCssBackgroundCommandMoveSouth( SizeableDockingPanel pDockingPanel ) {
8 - super( pDockingPanel, NEWSposition.SOUTH, "Dock Bottom" );
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 TaskbarCssBackgroundCommandMoveSouth extends TaskbarCssBackgroundCommandMove {
7 + public TaskbarCssBackgroundCommandMoveSouth( SizeableDockingPanel pDockingPanel ) {
8 + super( pDockingPanel, NEWSposition.SOUTH, "Dock Bottom" );
9 + }
10 + }