I need to track the BOTs mouse presses and releases. However, for some reason I can not possibly imagine, BotMouseListener has the mousePressed and mouseReleased methods set to final, so I can not override them.. 
 
	No boolean in the mouse class to say if its pressed..
 
	How does one track the BOTs mouse CLICKs?
 
	 
 
	Thanks