I\'ve looked at the java tutorials online and they all seem concerned with catching ActionEvents given out by other components that are already written. Is it possible to wr
Yes.
I suggest you look at the java API documentation for ActionEvent and EventListenerList.
I also suggest that you read about the Listener (also called Observer) pattern.