Ctrl D: Delete line
Ctrl M: Maximize or minimize the current window
Ctrl L: Jump to the specified line
Ctrl 1: Code error correction
Alt /: code auxiliary tips
F11: Run the last running program
skill:
1. If the code needs to be thrown or captured, in JBuilder, you need to first introduce this exception class, then add TRY, catch, caution or on the method before and after the method, completely unnecessary in Eclipse In this way, only need to write the code, then press CTRL 1, then prompt, prompt you is THROW or catch this exception, choose what you need, press Enter.
2, when writing the statement of the cycle or selection, let's write keywords such as if, while, then press ALT / you to see what benefits. Next, you will prompt code, press TAB to jump in the box box, press the OK jump out of the code prompt.