Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8105612

MOBILE : Animated GIF Image is not rendered on the emulator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • fx1.1
    • fx1.1
    • javafx
    • Windows xp & vista home premium. jdk6u10 b33 . javafx sdk 1.0.1 b7.

      I have a two images, first one is the animated gif image & the second one is a jpg image. When i start the emulator , i can see only the jpg image not the animated gif images.

      import javafx.scene.*;
      import javafx.stage.*;
      import javafx.scene.image.*;

      Stage {

      scene : Scene {
      content : [
      ImageView {
      x : 5
      y : 5
      fitWidth : 100
      fitHeight : 100
      preserveRatio : true
      image : Image{
      url : "http://sqindia.india.sun.com/disk16/AWTNightly/Adhoc/lawrence/FXSamples/Horse/src/horse1.gif"
      }
      },
      ImageView {
      x : 5
      y : 150
      fitWidth : 100
      fitHeight : 100
      preserveRatio : true
      image : Image{
      url : "http://sqindia.india.sun.com/disk16/AWTNightly/Adhoc/lawrence/FXSamples/Horse/src/NewForestTree.jpg"
      }
      }
      ]
      }
      }

            jsterbajfx Jan Sterba (Inactive)
            lpremkumajfx Lawrence Premkumar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: