资 源 简 介
This project provides a framework in Java to have buttons which activate based on mouse hover, rather than click. Buttons are clicked if the mouse hovers over the button for a settable amount of time (about 1.5 seconds by default.)
This project is intended for accessibility. Specifically, I developed it for use with Eagle Eyes, http://www.eagleeyes.org/. This hardware allows a "dwell-time" click, but does not provide any visual feedback that the click will happen. The main purpose of this project is to show the user that the click will happen if they continue to hover over the button.
The main derivative of this project is joglhoverbuttons, a project which uses javahoverbuttons and JOGL to make buttons that give automatic feedback. Other kinds of feedback may be provided by the programmer.