> I have been using Visibility and Focus in a couple of projects now
> (both Java and Javascript) but I am still unsure of exactly what either
> of these events do; the code I've used so far has been kiddied from
> older classmates who don't even know what exactly it does! Any answers
> would be greatly appreciated.
I am not sure what you mean by a "Visibility" event. There is no such
event, and there are lot of things that are close. Please be more
specific.
FocusEvents occur when a component gains or loses the keyboard focus. For
more details, check out the trail "How to Use the Focus Subsystem" in the
Java Tutorial on the Sun web site. After reading that, if you have some
specific questions about focus, please post back here.

Signature
Regards,
John McGrath
davidsouther@hotmail.com - 12 May 2005 16:19 GMT
Thank you for that tutorial, it was exactly what I needed.