java简单的聊天系统.docx

项目支持:群聊和单聊。 注意:代码存在很多BUG ,不过还是能运行; 客户端: package Client; import java.awt.*; import java.awt.event.*; import java.io.*; import java.net.*; import java.text.SimpleDateFormat; import java.util.Date; import java.util.StringTokenizer; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.*; public class Client extends JFrame implements ActionListener { SimpleDateFormat date; Container c; JPanel jp1, jp2; JTextArea ta1, ta2; JScrollPane sp1, sp2; JLabel l, nameJL; JTextField tf, nameTF; JComboBox cb; JButton sendBtn, closeBtn; Stri

文档评论(0)

1亿VIP精品文档

相关文档