0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Endorsement
Ranked #858
Ranked #44.2K
Ranked #3K
3 Posted Topics
Re: hi.... i do have knowledge about java. i am delivering lectures in local college. if you need help you can contect me @ <EMAIL SNIPPED> with a subject of "Java Help Needed" | |
hi .......... how can i simulate the barcodes without a barcode reader. | |
Re: hi babe. if you wana read just a string the simple approach is by using "JOptionPane" dialogs import javax.swing.*; and where ever you need to get string from user try this syntex String str = JOptionpane.showInputDialog(null,"Enter String"); now you can use str where ever in your program. |
The End.