BlueJ Keyboard Shortcuts
BlueJ is a Java development environment designed for beginners, offering an intuitive interface and robust features for learning Java programming. Keyboard shortcuts in BlueJ streamline file operations, navigation, editing, compilation, and debugging tasks.
Official URL: https://www.bluej.org/
File Operations
Create a new class
Open an existing project
Save the current project
Print the current file
Quit BlueJ
Navigation
Switch between open classes
Go to specific line
Search for a method or class
Editing
Toggle comment for selected lines
Duplicate selected line
Undo last action
Redo last undone action
Decrease indent
Increase indent
Compilation
Compile the current class
Compile all classes
Debugging
Set or clear a breakpoint
Start debugging
Step into
Step over
Step out
BlueJ
Additional information not available for this software.