摘要:
this is the code:public class paint extends JFrame{ public paint(){ setLayout(new FlowLayout()); setLocation(0, 0); setSize(200, 200); setDefaul... 阅读全文
摘要:
public class Chat extends JFrame { public static JTextField jt; public Chat(){ setLayout(new FlowLayout())); setLocation(200, 200); setSize(200, 2... 阅读全文