Mouse move question in swings.
I've 2 labels, of which one is set to visible(false). When the mouse is moved over Label1, Label2 becomes visible. When the mouse is moved away Label 2 should become invisible again. I'm able to make Label2 visible when the mouse is moved over Label1 (thats simple ;) ). How do i make it invisible again?

