Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/ScreenBigButton.java

Diff revisions: vs.
  @@ -1,12 +1,10 @@
1 1 // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.GWT.client.widgets;
3 3
4 - public class ScreenBigButton implements ButtonFactory
5 - {
4 + public class ScreenBigButton implements ButtonFactory {
6 5 public static final String NAME = "ScreenBigButton";
7 6
8 - public static DefButtonNamedTypedFactory factory( String pText )
9 - {
7 + public static DefButtonNamedTypedFactory factory( String pText ) {
10 8 return new DefButtonTypedBig( new DefButtonNamed( NAME ) ).text( pText );
11 9 }
12 10 }