Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User Goliatho's Avatar
    Join Date
    Mar 2009
    Posts
    2
    i'm using adobe photoshop to create .png image files for best pixels and using netbeans 6.5 to create j2me apps..problem is the photos are failing to load yet the app is compiling without errors.where do i store the image in the netbeansproject files?is it in src, nbproject or properties folder?and do i need to declare them in the manifest/jad for them to be loaded?

  2. #2
    Registered User Krapula's Avatar
    Join Date
    Mar 2008
    Posts
    17
    You can store the images under src folder. I'd suggest you create a subfolder for them.

    Then you can load the image in program as follows:
    Code:
    Image img = Image.createImage("/subfoldername/imagename.png");
    Of course if you don't create the subfolder for them, then just use "/imagename.png" in createImage method. Oh and note that createImage throws IOException which you should handle.

    Hope that helps.

  3. #3
    Nokia Developer Champion raj_J2ME's Avatar
    Join Date
    Mar 2008
    Location
    The Capital of INDIA
    Posts
    4,314
    Hi,
    Try as max as possible not to start the same thread,here you ask the same query,
    http://discussion.forum.nokia.com/fo...ad.php?t=10166
    did you read the reply..
    Thanks with Regards,

    R a j - The K e r n e l


    Join Delhi-NCR Nokia Developer's Community,

  4. #4
    Nokia Developer Champion jitu_goldie's Avatar
    Join Date
    Sep 2008
    Location
    Noida, U.P.
    Posts
    1,330
    this is worst to start new thread for the same problem. Please be continue with the same as Raj suggests u..
    thanks,
    jitu_goldie..

    KEEP TRYING..

Similar Threads

  1. Do Symbian rejects the Express Signing request on any Business Development ground?
    By arpit2agrawal in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 23
    Last Post: 2009-02-19, 10:46
  2. Open the native Image Editor Application
    By lpradeepa in forum Symbian Media (Closed)
    Replies: 6
    Last Post: 2009-02-06, 03:42
  3. Replies: 8
    Last Post: 2009-01-20, 13:47
  4. HELP: Mutable Image to Immutable Image?
    By rj_cybersilver in forum Mobile Java Media (Graphics & Sounds)
    Replies: 1
    Last Post: 2005-03-26, 09:58
  5. Saving Image into Record Store
    By ramadina in forum Mobile Java General
    Replies: 0
    Last Post: 2003-12-01, 07:51

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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