RFC: Loading animation for applets

Omair Majid omajid at redhat.com
Wed May 27 08:42:15 PDT 2009


Hi,

The attached patch adds an applet loading animation for IcedTeaPlugin to 
icedtea6.

The patch adds binary files (images). A mercurial bundle is available 
from http://icedtea.classpath.org/~omajid/applet-loading-animation.hg. 
(Use hg unbundle to apply it.)

The main change is adding an animator class to NetxPanel. This 
PluginAppetLoadingAnimator shows the animation in the panel until the 
applet has initialized. To have the animator stop when the applet has 
finished initializing, extra events have been added. All these events 
are now sent by AppletPanel instead of NetxPanel since only AppletPanel 
knows exactly what the state of the applet it.

ChangeLog
2009-05-27  Omair Majid  <omajid at redhat.com>

     * Makefile.am
     (ICEDTEA_PATCHES): Apply applet patches.
     (stamps/patch.stamp): Copy applet images over into resources/.
     * patches/icedtea-applet-additional-events.patch: New file. Send
     additional applet events. Send them from here instead of NetxPanel.
     * patches/icedtea-applet-images.patch: New file. Fixes and creates
     Makefiles to install the images into resources.jar.
     * plugin/icedtea/sun/applet/PluginAppletLoadingAnimator.java: New
     file. This class is responsible for showing the applet loading
     animation.
     * plugin/icedtea/sun/applet/resources/icedtea-background-*.jpeg:
     Frames for the loading animation.
     * plugin/icedtea/sun/applet/resources/icedtea-text.png: New file.
     IcedTeaPlugin logo.
     * rt/net/sourceforge/jnlp/NetxPanel.java: Add animator.
     (NetxPanel): Initialize and add applet animator.
     (runLoader): Dont send applet events. AppletPanel takes care of that
     now.

Any comments?

Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-applet-loading-animation.patch
Type: text/x-patch
Size: 34511 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090527/d7f1ee60/icedtea-applet-loading-animation.patch 


More information about the distro-pkg-dev mailing list