¡@

Home 

java Programming Glossary: chatwindow

How to have multiple clients access my chat room (bucky's instant mssager) [closed]

http://stackoverflow.com/questions/16473684/how-to-have-multiple-clients-access-my-chat-room-buckys-instant-mssager

JFrame private JTextField userText private JTextArea chatWindow private ObjectOutputStream output private ObjectInputStream.. userText.setText add userText BorderLayout.NORTH chatWindow new JTextArea add new JScrollPane chatWindow BorderLayout.CENTER.. chatWindow new JTextArea add new JScrollPane chatWindow BorderLayout.CENTER setSize 300 150 setVisible true connect..