Circle with button hover animation

Perhaps something like this then?

from java.awt import Cursor
event.source.setCursorCode(Cursor.HAND_CURSOR)

#pick your cursor code
Parsed out of this also way overkill solution. lol