GUI forms snapshot not working with JGoodies forms
Answered
My Swing code runs fine normally, but if I try to run the forms snapshot feature, I get a runtime error (NoSuchMethodError). I've created a SSCCE on Github which can reproduce the error consistently:
https://github.com/CoeJoder/jgoodies-forms-sample
My specs: Windows 10, IntelliJ IDEA 2018.3.4 (Community Edition)
Please sign in to leave a comment.
It looks like JGoodies library used in project is not compatible with JDK 11.
But it runs and compiles just fine without the snapshot hook.
Please follow https://youtrack.jetbrains.com/issue/IDEA-207922