Hi,
Can any one suggest me solution for restricting JButton event firing
twice( when
double Clicked on JButton )other than the following solutions.
1) Disabling the JButton after clicking once
2) I don't want to add mouse listener to JButton
3) I don't want any count variable , to restrict the click count.....
Awaiting for reply...............
Regards
Praveen Kumar.P
Michael Rauscher - 28 Aug 2006 10:01 GMT
Puppy schrieb:
> Hi,
> Can any one suggest me solution for restricting JButton event firing
> twice( when
> double Clicked on JButton )other than the following solutions.
AbstractButton#setMultiClickThreshold(long)
Bye
Michael