JVM Languages
gif_j2me.txt
Associated article: Displaying GIF Images on J2ME Mobile Phones
Tags: Mobile JVM Languages Design
Published source code accompanying the article by Tom Thompson in which he shows how to display GIF images on Java-based mobile phones. Also see GIF_J2ME.ZIP.
Displaying GIF Images on J2ME Mobile Phones by Tom Thompson Listing One private String mediaTypes[]; private final String GIF_MIME_TYPE = "image/gif"; private boolean gifSupported; // Get the media types to check for support of GIF file ...


