So, I took a break from Java and started up again, this time with a new book. One of the examples they use is the one I have a question about- http://pastebin.com/jR2J5d2t Basically, the only class that's used, implements ActionListener, but also contains the main() method. Now, maybe I don't remember this exact technique in previous books I've read... But, is ...