Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/DialogError.java

Diff revisions: vs.
  @@ -1,12 +1,12 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets;
3 -
4 - import org.litesoft.commonfoundation.html.*;
5 -
6 - public class DialogError extends SizeableLabel {
7 - public DialogError() {
8 - super( HTMLConstants.NBSP, true );
9 - stretchableHorizontally();
10 - style( "DialogErrorMessage" );
11 - }
12 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets;
3 +
4 + import org.litesoft.commonfoundation.html.*;
5 +
6 + public class DialogError extends SizeableLabel {
7 + public DialogError() {
8 + super( HtmlEntity.NBSP, true );
9 + stretchableHorizontally();
10 + style( "DialogErrorMessage" );
11 + }
12 + }