Re: No signature of method: javax.swing.JMenu.setMnemonic()

2020-11-09 Thread Paolo Di Tommaso
riusz W wrote: > >> Hi, >> Have you resolved that issue? >> I have done some tests but on Windows and it works ok. >> >> Regards, >> M >> >> On Sun, 11 Oct 2020 at 19:35, Paolo Di Tommaso >> wrote: >> >>> Dear all, >>>

Re: No signature of method: javax.swing.JMenu.setMnemonic()

2020-10-15 Thread Paolo Di Tommaso
;> app. >> >> >> groovy.lang.MissingMethodException: No signature of method: >> javax.swing.JMenu.setMnemonic() is applicable for argument types: (String) >> values: [F] >> Possible solutions: setMnemonic(char), setMnemonic(int), getMnemonic() >>

Re: No signature of method: javax.swing.JMenu.setMnemonic()

2020-10-13 Thread Mariusz W
ingMethodException: No signature of method: > javax.swing.JMenu.setMnemonic() is applicable for argument types: (String) > values: [F] > Possible solutions: setMnemonic(char), setMnemonic(int), getMnemonic() > at > org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unw

No signature of method: javax.swing.JMenu.setMnemonic()

2020-10-11 Thread Paolo Di Tommaso
Dear all, I'm getting this exception while launching the Groovy console from my app. groovy.lang.MissingMethodException: No signature of method: javax.swing.JMenu.setMnemonic() is applicable for argument types: (String) values: [F] Possible solutions: setMnemonic(char), setMnemonic(int