> How do you make something when clicked go to another
> website. What code do you place in the action
> listener to make it do this?
Since an ActionListener doesn't have anything to do with networking, what thing do you want to make "go to another website"? Get a reference to that thing in your ActionListener and call the appropriate method.