Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/ContentSizeableSimplePanel.java

Diff revisions: vs.
  @@ -1,10 +1,11 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.GWT.client.widgets;
3 3
4 - import com.google.gwt.user.client.ui.*;
5 4 import org.litesoft.GWT.client.*;
6 5 import org.litesoft.core.delayed.*;
7 6
7 + import com.google.gwt.user.client.ui.*;
8 +
8 9 public class ContentSizeableSimplePanel extends ClippingSimplePanel
9 10 {
10 11 public ContentSizeableSimplePanel()
  @@ -18,7 +19,8 @@
18 19 }
19 20
20 21 /**
21 - * @param pNoSizeAffectingCSS_StyleClassname a style name or null
22 + * @param pNoSizeAffectingCSS_StyleClassname
23 + * a style name or null
22 24 * @param pWidget a widget or null. Call {@link #setWidget(Widget)} if this is null.
23 25 */
24 26 public ContentSizeableSimplePanel( String pNoSizeAffectingCSS_StyleClassname, Widget pWidget )