Package com.java4less.j4lqrcode

Class Summary
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.