yogi1967
yogi1967
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...
Example code: ``` class MyJFrame(JFrame): def __init__(self, frameTitle=None): super(JFrame, self).__init__(frameTitle) self.myJFrameVersion = 2 self.isActiveInMoneydance = False self.isRunTimeExtension = False self.MoneydanceAppListener = None self.HomePageViewObj = None ``` IntelliJ PyCharm reports 'Old-style...