I have a strange problem in my Netbeans compiler. Everytime i double click on method or anything, in javadoc the following message shows up.
Javadoc not found. Either Javadoc documentation for this item does not exist or you have not added specified Javadoc in the Java Platform Manager or the Library Manager.
private class MyCanvas extends JPanel
I use Mac osx 10.6.7 and i have downloaded a new version of开发者_StackOverflow javadoc and added it from the platform manager but the problem seems to continue. What could I do here?
That is a well known issue. Try to follow this link to solve it.
Links to documentation can be found here.
I hope this helps.
精彩评论