Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/HistogramButton.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.widgets;
2 3
3 4 import com.google.gwt.event.dom.client.*;
  @@ -8,9 +9,9 @@
8 9 {
9 10 this( "Histogram", null );
10 11 }
11 -
12 +
12 13 public HistogramButton( String pTooltip, ClickHandler pClickHandler )
13 14 {
14 15 super( "Histogram", pTooltip, "", pClickHandler );
15 16 }
16 - }
17 + }