I am wanting to use a amimated gif in gwt and remove it from the dom after it plays.
My thinking is to use a timer object then remove it after x amount of time.Is this the correct or only way to do it?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Image is a Widget. you can add it with simple add(Widget, int x, int y) method
or you can add it to the any panel or table