Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/impls/others/SizeableTitledBorderedFormContainer.java

Diff revisions: vs.
  @@ -1,13 +1,13 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.forms.client.components.impls.others;
3 -
4 - import org.litesoft.GWT.client.widgets.*;
5 - import org.litesoft.GWT.client.widgets.nonpublic.*;
6 - import org.litesoft.GWT.forms.client.components.nonpublic.*;
7 - import org.litesoft.uispecification.*;
8 -
9 - public class SizeableTitledBorderedFormContainer extends AbstractFormContainer {
10 - public SizeableTitledBorderedFormContainer( ISizeableWidget pWidget, String pTitle, UiFont pTitleFont ) {
11 - super( new SizeableTitledBorderedVerticalPanel( true, pTitle, pTitleFont ), pWidget );
12 - }
13 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.forms.client.components.impls.others;
3 +
4 + import org.litesoft.GWT.client.widgets.*;
5 + import org.litesoft.GWT.client.widgets.nonpublic.*;
6 + import org.litesoft.GWT.forms.client.components.nonpublic.*;
7 + import org.litesoft.uispecification.*;
8 +
9 + public class SizeableTitledBorderedFormContainer extends AbstractFormContainer {
10 + public SizeableTitledBorderedFormContainer( ISizeableWidget pWidget, String pTitle, UiFont pTitleFont ) {
11 + super( new SizeableTitledBorderedVerticalPanel( true, pTitle, pTitleFont ), pWidget );
12 + }
13 + }