Monitor GUI events using JVMTI
I'm looking for a way to create a log of all GUI events (JButton clicks, JInternalFrame init/close/minimize, etc.) with a timestamp. I would like to do this without editing the application source code (sprinkling trace statements throughout the app source). Is JVMTI the way to go for this endeavor? Could someone provide a road map of how to accomplish this?
thanks!

