/ Published in: Java
Don't forget the nifty event properties to detect double-click !
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if (e.getClickCount() == 2){ } } } );