My Buttons won't execute the command given to them

Solution 1:

setUpButtonListeners() are not executed in the program. So action listeners are not available. you can include setUpButtonListeners() in prepareGUI method.