Is there any way to import following in BlackBerry JDE 5.0 or in eclipse with BlackBerry JDE 4.7 ?
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.image.BufferedImage;
I need to implement it for Barcode Reader in BlackBerry. For barcode Reader, I download the rVision.jar & import it.
If there is any solution or alternative solution then please suggest me ?