The easiest solution is to add your ActionListeners to the JButtons separately, instead of from your style method.

The style method contains functions you want to perform on every JButton. You...