02-10-2012 02:13 PM
I am trying to use packages;
java.awt.image.BufferedImage
javax.imageio.ImageIO
As these are J2SE, I have been told the there can't be used in BB projects.
But I need to use them at lease the BufferedImage class. could somebody please help me?
Thanks in advance!
02-12-2012 12:08 AM
You can't use them.
You'll have to implement the class yourself using the BB API's.
02-12-2012 12:11 AM
Are there any other classes that I can use instead of those classes in BB API's?