new user question about javahelp
"Ilan Tal" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.general |
|---|---|
| Message-ID | <[email protected]> |
I've switched from Eclipse in hopes, among other things, of a better
JavaHelp.
I'm try to get something with a help, so I took the Paint sample code and
added JavaHelp to it.
It compiles but I get an error message when I try to run it.
This shows up in the compile as:
Warning - could not install some modules:
Paint - No module providing the capability
org.netbeans.api.javahelp.Help could be found.
I guess what I need is to somehow add a menu item for help, but I don't see
a menu anywhere.
It also seems to imply that one of my modules needs to have help capability.
I see a lot of the modules, like NewCanvasAction has
public HelpCtx getHelpCtx() {
return HelpCtx.DEFAULT_HELP ;
}
so it isn't clear to me what I'm missing.
I'm sure this must be an easy question, but I don't know what the answer is
and I'm going around in circles looking for the answer.
Thanks,
Ilan