distinguishing between Buttons
I am implementing ActionListener. I make two Buttons and add them to the listener. The code to run when a Button is pressed is inpublicvoid actionPerformed (ActionEvent Pressed)
the buttons should do two different things, so how do I tell which button was pressed?

