Hi,
I can generate bar code and display it to a JLabel, the problem is how can I saved it as .jpeg or .gif file for me to insert it database table.
Hope I can find answer here
Printable View
Hi,
I can generate bar code and display it to a JLabel, the problem is how can I saved it as .jpeg or .gif file for me to insert it database table.
Hope I can find answer here
Paint it to a BufferedImage and pass the BI to ImageIO$wrote(...)
db