Archive for October, 2006
Multiple click handling in Java
29Oct06
This blog will provide some code which allows you to determine multiple clicks in Java. The current version is using System.in as input (and thereby requires the user to press enter), but could easily be extend to work in a Swing setting (use KeyListener class). The base code was developed as part of an internal […]
Filed under: Elsewhat | Leave a Comment
Tags: Java
