I am designing a messenger application. I have a server program running properly. On the client side, first i created GUI which consists of text pane and text field. Chat works ...
Hi, I've been searching for hours to solve this problem. Tested a lot of things but haven't figured it out. I hope someone here can help me. I'm writing a Server-Client Chat application. User must be able to select what to run: Client, Server, or both. So I made a 'Launcher' Class with a JFrame. Then I have 2 classes Clientwindow ...
Hello, I'm using appache commons http client to send HTTP post queries to a given url and receive HTTP response then process it. one of the requirements of my Application is the following: one of these HTTP Post requests is supposed to return an HTML form with different html types (text filed, text area etc..) that i will need to display ...
Hi all, I m opening Server Socket chat window from my JFrame using mouse click operation. It is getting hang in the sense it is connecting to client but actually it is not display anything on the screen, Totally blur / white window with only title window but behind the screen, Client able to send mssg to server but server couldn't ...