JOGL game example, where can I find it ?

HI ;D
I am new to JOGL, i read all NEHE tuorials, and i decided to make my own game :stuck_out_tongue:
But there is so much stuff to resolve, i have seriously problems with Listeners, with making menus and buttons etc.
Im looking for some simple JOGL game example, on this site there are some superduper games like this :
http://www.java-gaming.org/forums/index.php?topic=17027.0
ApoDefence - mega super duper for me, but i cant find code, to check up how is it done.
I do not want to copy code, I just have to know how is it made technically, check where are added KeyListeners , mouseMotion etc.

Pleas , give me some links, I have googled aaalllllllllllllll DAY :-\

—sorry for poor English.

For the listeners : http://java.sun.com/docs/books/tutorial/ is a good start I think, just add it to the GLCanvas…
But be conscient that jogl is an OpenGl binding, you won’t find buttons, menus and the like into it.

If you need a GUI for JOGL, you can take a look at FengGUI: http://www.fenggui.org/doku.php