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
I think you didn't added this as the actionListener of dugmeBroja0:
this
actionListener
you need this:
dugmeBroja0.addActionListener(this);