chat « Development « Java Swing Q&A





1. Java chat client GUI advice    stackoverflow.com

I'm looking for some guidance or just ideas here. We designed a basic/small Java chat client/server with a GUI. I'm thinking about developing this a bit further for fun. I'm hitting a ...

2. Urgent help on Chat Program    coderanch.com

Hello friends, I am working on a project where i have to develop a chat for a web site. Can anyone help me in what are the requirements to write a chat applet, i.e what is the logic behind that. Do i need a chat server to write a chat? if yes , then can i write my own chat server ...

3. Need help for a chat application    coderanch.com

We are creating a chat application where when the user minimises the application window, we want to notify him whenever a new message is posted to him by any other user, we want to know how can be get the window context using JNI or How can we notify the user about a new message sort of messenger type application. i.e ...

6. Few problems in chat application Gui    coderanch.com

I am making a chat application in which I am facing few problems 1. I am using frames allover the application. When the user login into his account, the friend list of user gets displayed on a new frame whereas I want to erase the contents of login frame and display list of friends on the same frame. How to achieve ...