Posted By:
Anonymous
Posted On:
Saturday, February 2, 2002 07:32 AM
You will need to create another thread when your frame is loaded. Each time the user does some action, keep a timestamp of when that action occured. The thread should compare the timestamp of the last action with the current time, and dispose the frame if it's more than 5 minutes.