java button and check box
I have set help on togglebutton and check boxes. When I click on them, I initiate help.
The problem is button also get clicked and start doing actionperformed.
and same problem is with checkbox.
I don't want my checkbox or button to perform action performed when I have my context sensitive help on.
[326 byte] By [
Angel6a] at [2007-11-27 6:31:06]

I'd suspect the best way to do that is a glasspane that covers the app when the CSH is on, and when you click, it intercepts the mouse event, determines which component is being clicked over and then finds the relevant help content (however that is controlled).
Amongst other things, check javax.swing.SwingUtilities
Message was edited by:
bsampieri