How can we restrict a JButton double Click other than the following ways1) Disabling the JButton after clicking for the first time.2)I don't wanna add a mouse Listener to JButton3) I don't wanna use any count variable.

 

This Question is not yet answered!