/ Published in: Java
Don't forget the nifty event properties to detect double-click !
Expand |
Embed | Plain Text
if (e.getClickCount() == 2){ } } } );
You need to login to post a comment.
Don't forget the nifty event properties to detect double-click !
if (e.getClickCount() == 2){ } } } );
You need to login to post a comment.