I’m creating an Swing GUI, I want to include a irc client into the JFrame. So I’m looking for a library that I could easily set up and put in a JPanel. But all I can seem to find on google are applets which run in your browser.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve had success using this to build an IRC bot: http://www.jibble.org/pircbot.php
I has the libraries used for just IRC as well.