Captcha library for Swing?
I'm looking for a captcha library or component that I could use inside a Swing Gui. Do you know any ? Edit: It seems not to exist. I'll program a small one myself. Even though I don't really understand the need for captcha in Swing app, you can probably use JCaptcha http://jcaptcha.sourceforge.net/ Let me try to explain the reason @eugener tries to talk you out of a CAPTCHA: Normally a CAPTCHA is used to prevents bot registration as you already said. This is done by having the server post a problem, that the client/user has to solve. Since you are looking for a Swing lib it sounds like you