Namespaces
Variants
Actions
Revision as of 15:16, 5 June 2009 by tanjaluodes (Talk | contribs)

How to read an image file from the JAR

Jump to: navigation, search

To read an image file from the JAR to an Image object, you should use this code:

try {
Image logo = Image.createImage("/path_to_the_image");
}
catch (java.io.IOException e) {
System.err.println("Image read error");
}

Remember:

  • You must use the first slash "/" to refer to the root of the JAR file.
  • You must include the image in the project to be included in the JAR file by the IDE you are using.
  • To be 100% standard to all devices, the image should be in PNG format. Many Nokia devices supports GIF, JPG and BMP to.
114 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved