Is it possible, when you mouse hover on method/class so you can see Javadoc in NetBeans 7?
I want similar to Eclipse, when you just mouse hover on String
String
You can even open Javadoc window and you can see the javadoc in that. I prefer this way
Window >> Other >> javadoc.
Window
Other
javadoc
Now you can see both your code and respective javadoc.
Window >> IDE Tools >> Javadoc Documentation
IDE Tools
Javadoc Documentation