Hey everyone
I am new to java so here's a beginners question:

I added a bunch of JTextFields to my frame and added my Focuslistener (one for all of them).

The JTextFields are in an array. Now my trouble is on the focuslistener, how do I find out which one of my JTextFields called the event.

Is that possible at all or do I need an extra focuslistener for every single textfield?

Thanks in Advance