• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Opening and Displaying Images with Personal Profile

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm back in the Java world and lost as ever :-(

I gotta write an image display program for mobile devices that'll take an image file (from local drive) or a URL and display the image (must read various formats).

On top of that the program should allow the user to zoom in/out and rotate the image.

My very first problem - please don't laugh - is I can't seem to read and display any image at all. What classes is it I need to use ? Image seems quite odd and confusing...

Thanks for your help.
David.
 
reply
    Bookmark Topic Watch Topic
  • New Topic