I made a very simple project in IntelliJ IDEA, basically just a form with a JToolBar containing JButton, and when I try to run it, I get NPE in the form. $$$ setupUI $$$ - but no such thing is reflected in the actual .java form, so I have no way to debug it or track the error.
Is there a way to make an IDEA presentation (and maybe even let me change) the "magic" generated code?
java user-interface intellij-idea code-generation
J. Stoever
source share