For some reason the stubs created by JythonHelper causes loads of this errors for me? If I zap the stubs, the error goes away.
from javax.swing import AbstractAction
class X(AbstractAction):
def actionPerformed(self, event):
pass

same with java.awt.event.ComponentAdapter