Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public void showSlideshow()
  2. {
  3. Picture[] pictures = new Picture[numPhoto];
  4. for (int i = 0; i<numPhoto; i++)
  5. {
  6. pictures[i] = new Picture (labelledPhotos[i].fileName);
  7. }
  8. Picture faded = picture[numLength-1].fade(WHITE, 60);
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement