Tutorials : Step by Step :
Chapter 2 :

Contents
Event Listeners
The ActionListener
The MouseListener
The MouseMotionListener

Chapter 2 - Event Listeners

Now that you know how to display things on screen you need a way to respond to the user actions. This is done with the EventListeners. An Event is a user interaction.
Reacting on GUI cmponents is done by adding ActionListeners, another way to interact is with the mouse and that is is explained in the MouseListener and MouseMotionListener examples.
 

Another Listener is the KeyboardListener, but since you can use the TextFields it is not a common class you will use.

How to Add Java Applets to Your Site

New on the Java Boutique:

New Review:

Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

New Applet:

Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.