Uses of Package
com.java4less.j4lqrcode

Packages that use com.java4less.j4lqrcode
com.java4less.j2me.qrcode   
 

Classes in com.java4less.j4lqrcode used by com.java4less.j2me.qrcode
QRCode
          This class creates QR Code symbols
Barcodes can be created with the following code:

QRCode barcode=new QRCode();
barcode.setCode("ABC");

You can paint the barcode using the QRCodeCanvas object or call the paint()
method which returns the barcode as an array of integers.