これは無効ですか?
public class LayerItem extends JLabel{
public LayerItem(){
this.addActionListener(new java.awt.event.ActionListener(){
@Override
public void actionPerformed(java.awt.event.ActionEvent evt){
}
});
}
}
3行目に次のようなエラーが表示されます。cannot find symbol: method addActionListener(<anonymous ActionListener>)