Create a new class

Create a new class and a new package.

In the Project tool window, use the shortcut ⌘N (macOS) / Alt+Ins (Windows/Linux) to generate a new class. In the New Java Class popup, type the name of the class you want to create. You can type the fully qualified name here, to generate a new package containing your new class.


Related Resources

Presenting with IntelliJ IDEA.
Presenting with IntelliJ IDEA.
Tips & tricks to level up your presentation skills with IntelliJ IDEA.
Drag and Dock Editor Tabs
Drag and Dock Editor Tabs
You can move editor tabs around as required to suit your needs.
Add a Breakpoint
Add a Breakpoint
Add breakpoints when you get an exception in your code.