Alright, I tried this on CodeReview, but no one responded. I am an eight grader with a school project on finding the total permutations of two numbers. I have the guts of it done, but I want to incorporate GUI. And to use GUI, I need ActionListener’s. The catch is, I don’t know how to use ActionListener’s. Any ideas? Note that if you want the code, I can post it.
Thank You!!!!
The Swing Java Tutorial is your friend – How to Write an Action Listener.