user interface - How to track a Java app's usage without rewriting its source code? -
i track clicks jbutton
s, log page views, see time spent on specific page, etc...
ideally, add 1 liner in constructor or along lines of analytics.starttracking()
is there such framework this?
if not, how go implementing one?
i don't know of framework this. can use toolkit.addawteventlistener
capture awt events , use information.
Comments
Post a Comment