jeremytaffy
Technical User
I'm trying to make a program using Swing which has a check box. I want to be able to put the mouse arrow over the box and have a brief description of what the check box is for appear. From what I understand I need to use a mouse listener to check if the arrow enters the box yet I don't know how to implement it in a program. If someone could give me a short and simple example and/or explanation I'd appreciate it.
J
J