Somehow I had to restart the hung computer. As a result, IntelliJ independently changed the theme of the design and began to make mistakes. Reinstalled JDK (although it was 1.7, now 18), IDE (and tried 2016, and 2017). I open it: it seems to work, but the icons are inactive and no classes / interfaces are added.
What can it be and how to fix it? Could the JDK version affect, and if so, where can I dig out 1.7 now? At the same time, NetBeans works as if nothing had happened.
Configured. If someone faces a similar problem, here’s the solution:
- First of all (although this is understandable), set the required version in "File -> Project Structure -> Project Settings";
- Secondly, check that in "File -> Settings -> Compiler -> Java Compiler -> Target bytecode version" everything is also correct.

