日期:2014-05-20 浏览次数:20713 次
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Chat_Send implements ActionListener {
public Chat_Send(ChatAWT chatAWT) {
// TODO Auto-generated constructor stub
}
@Override
public void actionPerformed(ActionEvent arg0) {
// TODO Auto-generated method stub
}
}
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Chat_eliminate implements ActionListener {
public Chat_eliminate(ChatAWT chatAWT) {
// TODO Auto-generated constructor stub
}
@Override
public void actionPerformed(ActionEvent e) {
// TODO Auto-generated method stub
}
}