Trying to add ActionListener to JButtons

后端 未结 6 1133
忘掉有多难
忘掉有多难 2020-12-21 23:50

I cannot figure out how to add Actionlisteners to the JButtons, any help would be much appreciated.

public class Translator extends         


        
6条回答
  •  春和景丽
    2020-12-22 00:21

    french.addActionListener(an_instance_of_the_class_where_actionPerformed_is);
    

    which, as I can see after the edit, would be this

    Also, see this Example and some tutorial text in this corner of the web

    I think that the reference to the tutorial and the many examples is highly relevant.

提交回复
热议问题