How to indenting the code in NetBeans Java IDE

1 Answer

0 votes
To format of all the code press on: 

Alt + Shift + F



To format part of the code:

1. Select the lines you want to indent

Press on: 

2. Alt + Shift + F

 



answered Jun 27, 2016 by avibootz
...