Skip to content

Instantly share code, notes, and snippets.

@duplxey
Last active April 13, 2020 11:23
Show Gist options
  • Save duplxey/31170e2f2fabbac07ca83ca5ec622c0a to your computer and use it in GitHub Desktop.
Save duplxey/31170e2f2fabbac07ca83ca5ec622c0a to your computer and use it in GitHub Desktop.
These are the problems, that were way too easy to solve and took me way too much time.

Intellij IDEA SwingBuilder + Maven

Your program might throw NullPointerException if you used SwingBuilder and Maven at the same time. A lot of solutions don't work, but the most simple one is to add com.intellij.forms_rt as a dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment