how to handle doubleclick mouse event in java
i want to handle double click mouse event in java i use getClickCount() function but i want that on onetime click show othere windowsand on doubleclick show diif. windowbut problem is that onetime is occuer always if u click doubleclick
Maybe post some code so we can see what, if anything, you are doing wrong.Examing the results of a call to getClickCount() is the correct way to detect a double click.