• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

animated gif as label Image

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi java user Iam working on prject in i want
to make some animation on label i have designed some animated gif file
i want to use them as label image but programe become hang
if i used simple gif file then they appear on label what is wrong
with gif aniamated picture please help?
 
Author
Posts: 986
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure how starting this thread is going to help you any more than the old one did, but I'll say again that animated GIFs work fine.

Go ahead and run this code and see for yourself:


That's using one of JavaRanch's animated GIFs. If it works with that one but not the ones you have created, I think I would first look at how you are creating your animated GIFs.
 
reply
    Bookmark Topic Watch Topic
  • New Topic