Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads WEB Code JSP/Java

ChatRoom

  • Category : JSP/Java
  • Tags :
  • Update : 2012-11-26
  • Size : 6kb
  • Downloaded :0次
  • Author :gddjq
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
import java.io.* import java.awt. event.* import javax.swing.* import java.net.* public class ChatClient implements ActionListener { private Panel panel private JTextArea said private JTextField chat private JButton send private ServerSocket server private Socket s private InputStream in private OutputStream out public ChatClient() { JFrame f=new JFrame("聊天系统客户机端") f.setSize(350,400) panel=new Panel() said=new JTextArea() chat=new JTextField(20) chat.addActionListener(this) send=new JButton("发送") send.addActionListener(this) panel.add(chat) panel.add(send) f.add("South",panel) f.add("Center",said) f.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { System.exit(0) } }) f.show() } public void startN
Packet file list
(Preview for download)
Client\ChatMessage.java
......\ChatWindow.java
......\Login.java
......\UserName.java
Server\ServerLout.java
......\ServerMessage.java
......\ServerStart.java
......\SuserName.java
.classpath
说明.txt
Client
Server
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.