bl.addActionListener(new ActionListener(){xxxxxx});
向java文件导入两个包即可消除“addActionListener cannot be resolved to a type 问题”,这两个包分别为“import java.awt.event.ActionEvent;”和“import java.awt.event.ActionListener;”。