setText method with panel and button

后端 未结 3 1967
Happy的楠姐
Happy的楠姐 2021-01-28 13:12

I tried fixing this in so many ways, and tried searching for answers everywhere, my color buttons are working, but same way built number buttons do not....

   pa         


        
3条回答
  •  时光说笑
    2021-01-28 13:32

    I think you didn't added this as the actionListener of dugmeBroja0:

    you need this:

    dugmeBroja0.addActionListener(this);
    

提交回复
热议问题