Get that nice auto-complete in NetBeans:
Go to:
Tools -> Options -> Editor -> Code Completion
Select:
Language: [Java]
Check:
[X] Auto Popup on Typing Any Java Identifier Part
Completion Selectors for Java:
[.,;:([+-=]
Note: make sure that there’s a single white space at the end.