I\'m creating a gui application that requires some simple input, however, when I click the button in the JFrame the actionPerformed method I\'m using is not fired/firing (no
You must add an "addActionListener to your button