As I already told you JBarcodeBean is for rendering barcodes as a graphical result. As far as I understand you just want to spilt the barcode code in 4 party separated by a new line/carrige return. JBarcodeBean cannot create such result. If you just want to split the code then use a simple StringTokenizer.
I still don't know what is your intention? If you have the bacode text and just want to split it into the parts you mentioned JBarcodeBean is not the tool to use. JBarcodeBean is the tool if you want to render the barcode into a Java Swing component or an image.
Here is an example how to create an image file. (For using a Swing component just place the instance of JBarcodeBean onto a Frame)
Hi,
unfortunately there is no bug tracker. I'd like to post a bug as the JGaueBean can be used for values between 0 and 1000 only. If you have min 0, max 2000 and any value you can't see anything because there are too many units displayed.