/[fenfire]/fenfire/org/fenfire/view/lava/Button.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/lava/Button.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mudyc, Wed May 21 18:07:58 2003 UTC revision 1.3 by tjl, Thu Aug 14 10:18:47 2003 UTC
# Line 45  public class Button { Line 45  public class Button {
45      public Button(VobScene v, int into,      public Button(VobScene v, int into,
46                    float x, float y, float offset) {                    float x, float y, float offset) {
47          vs = v;          vs = v;
48          scale = style.getScaleByHeight(40);          scale = style.getScaleByHeight(25);
49          this.into = into;          this.into = into;
50          this.x=x; this.y=y;          this.x=x; this.y=y;
51          this.offset = offset;          this.offset = offset;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26