BlueJ

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.

File Operations

Create a new class

+N

Open an existing project

+O

Save the current project

+S

Print the current file

+P

Quit BlueJ

+Q

Switch between open classes

+Tab

Go to specific line

+L

Search for a method or class

+Shift+T

Editing

Toggle comment for selected lines

+/

Duplicate selected line

+D

Undo last action

+Z

Redo last undone action

+Y

Decrease indent

+[

Increase indent

+]

Compilation

Compile the current class

+K

Compile all classes

+Shift+K

Debugging

Set or clear a breakpoint

+B

Start debugging

+Shift+D

Step into

F5

Step over

F6

Step out

Shift+F6

BlueJ

Additional information not available for this software.

Supported Platforms: