make this small modification to your code:

1. Count.addActionListener(new countButtonListener(label1)); // this will pass the label1 to the your listener
2. Define a constructor for your...