Guest User

Untitled

a guest
Jan 23rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.88 KB | None | 0 0
  1. Sprite.java:125: error: cannot find symbol
  2.                     imageName = img;
  3.                     ^
  4.   symbol:   variable imageName
  5.   location: class Sprite
  6. Sprite.java:138: error: cannot find symbol
  7.                         setTransparency(255, 0, 255);
  8.  
  9.                         ^
  10.   symbol:   method setTransparency(int,int,int)
  11.   location: class Sprite
  12. Sprite.java:187: error: cannot find symbol
  13.                         setTransparency(255,0,255);
  14.                         ^
  15.   symbol:   method setTransparency(int,int,int)
  16.   location: class Sprite
  17. Sprite.java:199: error: cannot find symbol
  18.                 setTransparency(255,0,255);
  19.                 ^
  20.   symbol:   method setTransparency(int,int,int)
  21.   location: class Sprite
  22. Note: client.java uses unchecked or unsafe operations.
  23. Note: Recompile with -Xlint:unchecked for details.
  24. 4 errors
  25. Press any key to continue . . .
Add Comment
Please, Sign In to add comment