NetBeans Java Hints: Quick & Dirty Guide
- by Geertjan
In NetBeans IDE 7.2, a new wizard will be found in the "Module Development" category in the New File dialog, for creating new Java Hints.
Select a package in a NetBeans module project. Right click, choose New/Other.../Module Development/Java Hint: You'll then see this:
Fill in:
Class Name: the name of the class that…