Java Reference
In-Depth Information
Sometimes, we would like to know all the places in our project where a specific
method is invoked; hitting Alt+F7 while the method is highlighted allows us to easily
find out this information.
The above keyboard shortcut works with variables as well.
NetBeans will indicate compilation errors in our code by underlining the offending
line with a squiggly red line. Placing the caret over the offending code and hitting
Alt+Enter will allow us to select from a series of suggestions to fix our code.
 
Search WWH ::




Custom Search