Locking my cursor in a JToggleButton

From: AJ (jerseycat10_at_yahoo.com)
Date: 01/22/04


Date: 22 Jan 2004 07:08:25 -0800

I am trying to develop the following functionality. When a user
selects a JToggleButton, I don't want their cursor to be able to leave
the bounds of the JToggleButton until they deselect the JToggleButton.
 Is this possible?

Thanks!

AJ