3 projects tagged "jsclasses"
Pop under JS is an object that can be used to display interstitial advertising. It generates HTML and JavaScript that makes advertising appear on the current page, and then disappear if the user clicks on the skip link or after a given period of time. The same user may not be exposed to adverts for a given period of time. The class may invoke given callback functions after the advertisement is displayed, as well when a user clicks the skip link, or when an advertisement exposure period ends.
Gestures is an object that can recognize user gestures that form configurable shapes. It can listen to events of the user moving the mouse forming known gesture shapes. The object can recognize custom gesture shapes defined by a list of vertex points of the shape. A given callback function is invoked when the object recognizes a known user gesture shape. The object can also draw the gesture shape as the user moves the mouse.
A simple annotation-driven command line parser toolkit for Java 5 applications.