Click here to Skip to main content
Licence CPOL
First Posted 17 Jan 2003
Views 503,064
Downloads 7,172
Bookmarked 110 times

Talk2Me: Java instant messenger

By | 3 Feb 2004 | Article
A near to perfect clone of the very popular Yahoo messenger. Purely written in Java and SWING, this messenger also uses the capabilities of JNI and JAWT to provide some features.

Sample Image - Talk2Me.jpg

Introduction

What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges I faced here were often overcome by referring to numerous sites, which nearly zeroes in or completely solved the issues I faced at that point of time. It improved my learning curve and also believe would do the same to you too. Ofcourse, there are some bugs and glitches, which I hope you would excuse. Thanks to anyone who takes the pain to report them or even suggest better way of doing things to me.

System Requirements

Window/WinNT/Solaris(To run the chat server)
Windows/WINNT (For running the chat client)
JDK Ver1.3 or higher(Although I havent tested with lower versions of that)

Challenges faced

1. Building the Server and Client framework code. The Server and Client use TCP sockets to communicate and a MESSAGE java object is passed across the server-clients. MESSAGE object is serialized and sent as a bytes through the TCP socket.
2. Building the SWING component. The Client bears all the complexities of java.Swing and puts few of the Swing components to the rubber test.The Server is a purely console based client as oppposed to Client. The Client uses Swing components extensively, the following are worth a mention.

Userlist - JTree whose L&F is similar to that of YAHOO's,which is updated on Client login,logout and status change.
ChatDialog - JFrame with JTextArea for typing a message and JEditorPane for displaying received messages. The reason why I chose JEditorPane is the ability to display HTML text. This helped me to easily add smileys and other HTML tags like FONT,IMG etc. Try all the YAHOO smileys here like :), >:), :)) etc and see the results.
ConferenceDialog - Similiar to ChatDialog and has a JList component in addition, to display the available users list.
JWindow - To display a splash screen. The picture was of course drawn by me.
System Tray Icon - To minimize the chat to the System tray was one of the primary features of an instant messenger. This was achieved using a JAWT call. The following of code complete with source is available in the following site, kudos to its creator.
http://jeans.studentenweb.org/java/trayicon/trayicon.html[^]
Flashing Window - Was achieved through a JNI call, which calls the Win API all FlashWindow(HWND,BOOLEAN) and a javax.swing.Timer to flash the window.

Steps to run

1. Unzip the contents of the zip to a folder. Make sure you have the following files in that directory.
Talk2Me.jar
TrayIcon12.dll
Client.dll


2. Go the directory and run the server first. The command is,
java -classpath Talk2Me.jar Server
(To run the server doesn't need dll's and Server can run in any m/c WIN/SOLARIS provided it has JDK installed)

3. Now start the Client.
javaw -jar Talk2Me.jar (WINDOWS only)
On most machines, just double clicking the JAR would invoke the program)

4. Give any username and password and make sure you give the right Server IP where the server is running, in the Login dialog. It can be valid names like localhost, 127.0.0.1, 172.22.11.88...etc.

Note

I wrote this messenger purely to serve as a knowledge base to other programmers. Please refrain from using this messenger for commercial purposes or whatsoever. Anyone who wishes to modify the code to suit their own requirements, please seek my consent before doing so. Please make sure that you mail me the exact purpose why you want to modify the code.


That's it folks. I've tried my best to make my code understandable and ofcourse there is always more than one way to do anything and it would be helpful If you could suggest me a better way of doing things. Your comments and feedback are always welcome.


Thanks and Happy messaging.

Alfred Jayaprakash

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

alfreds

Web Developer

India India

Member

Currently in Chennai, India, working as a Developer for the last 4 years. A MFC/VC++ fanatic who actually lacks professional experience in the same. Worked to the hearts content in C,C++,Perl,Java,J2EE and C# all web based technologies. Also loves Dancing, Dramatics and painting and a self learnt Guitarist.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Questionurgently need answer PinmemberMember 876771423:09 10 Apr '12  
QuestionPermission to use your code! PinmemberBairacM7:50 9 Apr '12  
Generalcan I view your source code? Pinmembergauj22:47 19 Mar '12  
QuestionDoes this chat application work on mac system? Pinmembergauj22:40 19 Mar '12  
QuestionExtending your code PinmemberShivang desai10:52 22 Feb '12  
QuestionSir, can we use and modify your codes for thesis purposes? [modified] Pinmemberjohn fritz5:29 1 Feb '12  
Questionlogin ? Pinmembersunshinearies7:44 9 Jan '12  
Questionlogin Pinmembersunshinearies7:43 9 Jan '12  
QuestionPermission to modify the code... Pinmemberjess67518:25 11 Nov '11  
Questionhey Pinmembermahi254:43 29 Aug '11  
Questionjawt missing Pinmemberpintoo8820:43 26 Aug '11  
Questionuml diagram Pinmemberclario1:53 10 Jul '11  
GeneralTalk2Me JAVA Instant messenger PinmemberRavindraReddy797:14 25 May '11  
GeneralRe: Talk2Me JAVA Instant messenger Pinmemberpintoo8819:35 26 Aug '11  
GeneralRe: Talk2Me JAVA Instant messenger Pinmemberdaniel2012201211:06 29 Feb '12  
GeneralI need help please PinmemberRenon_Pal7:01 11 Apr '11  
Generalwhen I try to Login Error comes Pinmembercssinfotech10:29 26 Feb '11  
Generalhello Pinmembersya33:40 21 Feb '11  
GeneralMy vote of 1 Pinmembermohamed sadiq patel23:36 1 Feb '11  
GeneralI've got a problem PinmemberLongxiu2:31 2 Nov '10  
Generalhelp me plzzzzzzzzzzzzzzzzzzzzzzzzzzz :( :( :( Pinmemberaneesrahmanss8:52 4 Jul '10  
Generalhi Pinmemberaneesrahmanss8:47 4 Jul '10  
Questionabt client.dll Pinmemberisisira6:36 6 May '10  
GeneralPseudo code n testing of this project needed. PinmemberSuman 20103:14 3 May '10  
Generalfacing problem in running client Pinmemberpanewar20:11 14 Apr '10  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.5.120517.1 | Last Updated 4 Feb 2004
Article Copyright 2003 by alfreds
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid