I am trying to load multiple jpeg files into java using BufferedImage. I can load and display one file using;
BufferedImage loadImg = loadImage('trial0001.jpg);
When I try to add a second file, all I get is error messages.
Thoughts please.
Thanks
PaulDel 0 Newbie Poster
Recommended Answers
Jump to PostIf you showed us the code and told us what the error messages were, then maybe we could help.
All 3 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
PaulDel 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.