IntelliJ User Interface rendering issue
Answered
Hi There,
I'm having a problem with the user interface, it is not rendering correctly (see image)

This is just a small demonstration, when I open the code all the user interface is messed up, specially around the tabs
Can anyone tell what the problem is?
My environment:
- Windows 10|
- IntelliJ ultimate, Version 2016.2.4
Thanks,
Rafael
Please sign in to leave a comment.
Try to reinstall from http://www.jetbrains.com/idea/download/index.html.
Make sure to run on the bundled JDK, see https://intellij-support.jetbrains.com/hc/articles/206544879.
Delete the plugins (https://intellij-support.jetbrains.com/hc/articles/206544519).
If it doesn't help, submit a ticket to support with the logs folder zipped (https://intellij-support.jetbrains.com/hc/articles/207241085).
Hi Serge,
I tried your solution, none of it worked, however one of your links gave me a clue, so, thanks for that :-) I found a solution (which would be valid only for my particular case) and put it here just in case someone else find it useful:
I changed the JDK that Intellij uses to run for the Oracle's one:
I'm not sure what the problem was, my theory is that OpenJDK uses different native libraries to render Swing than Oracle's JDK, but this was true for previous versions of the JDK, not sure about 1.8.
Can't reproduce, works fine with both Oracle and JetBrains runtimes here.