Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ChrisB02

    Adding a listener to a chat room

    I've written a chat room in java that uses a client and a server. I've implemented multiple clients, which works but when the you write a message, user 2 has to click the submit button to view what i sent. E.g: *************************** if ((e.getSource() == submitButton)||(e.getSource() ==...
  2. ChrisB02

    how to use vectors within a sever/client multithreaded chat program

    i've written a chat program in java that uses a client and a server, i need to implement vectors to get the userlist working and to broadcast the message to all clients can anybody help? cheers chris

Part and Inventory Search

Back
Top