Try-To-Catch
Developed in Java - 2008
I came across a webpage one day that took up most of your screen and hid the taskbar and had an annoying button that said "Exit", but every time you try to reach the button, it teleports to a different portion of the screen. I was playing around with it and thought it would be kind-a fun, before pressing Alt+F4 to finally exit it. My little cuz gets a kick out of this one. lol.... This is easily convertible into an applet if you want to annoy anyone.
You can always press Enter on your keyboard to get the credits dialog.
Hint: You won't be able to catch it, not unless the button magically chooses an (x,y) coordinate that is right under your mouse (which is totally possible, but unlikely) -- the bigger the board, the more coordinates it can pick, far away from your mouse. Have fun.
If you're first starting to get into Java swing programming to make UIs, this is a good template to get you started. I used this for a class I taught for a professor.