Shortcut to create interface implementations in NetBeans
interface, netbeans
Solution
I am not sure about Netbeans 6.8 but Netbeans 7.2.1 has this. Go to the interface and click on the lightbulb and there is an option to "Implement Interface". Clicking that will launch the dialog where you can specify the class name and the package.
Problem
I'd like to have a shortcut to create an implementation of an interface. Example: right click on an interface file, choose "implement", insert class name. Is there something like this in NetBeans (6.8)?