The option to create a plain Java project is right there in your screenshot: Choose New Project, then choose Java as the language. Specify your choice of build tool; if new to Java then I suggest Maven, but for a bigger and complicated project use Gradle.
We reworked the New Project wizard interface to streamline creating new projects. You can quickly launch an empty project; use the pre-configured options for Java, Kotlin, Groovy, and JavaScript; or use generators if you have projects that are more complex.
Or click any of those specialized generators listed beneath the heading Generators. For example, Maven Archetype where you choose from a list of commonly used archetypes, or JavaFX to make project loaded with a fully functioning GUI app.
Even tho there doesn't appear a Generator for Java you can still create a Java project, in the picture that you showed us it says Language and there is a Java option, they even give you the option to work with IntelliJ, Maven or Gradle. This type of project is going to be the same as a project generated with a Java generator. Here it is the documentation of how to create a new IntelliJ project, and it looks the same as yours -project-wizard.html#new-project-no-frameworks
795a8134c1