I\'m a bit confused from what I\'ve heard Java doesn\'t do events.
But I know that it does GUI events.
Am I missing something? Does java have an event handli
Swing or AWT, which are the Java UI toolkits, both handle events - check out the official Swing event tutorial for examples. You will need to have written your UI in Swing of course to be able to register listeners for these events.