Integrate ‘JavaHelp’ in your Java Applications

by Amit


You might want to integrate ‘JavaHelp‘ into your Java desktop application. Here’s how:

  • In case your application is a NetBeans module or NetBeans RCP, then:
    • Create a module project
    • Right-click on the new project.
    • Choose ‘other’
    • Now you will see ‘JavaHelp Help set’ under ‘File Type’ under ‘Modules’

  • In case you are using the Swing Application Framework for your purpose, this link here will be useful

Thanks Tushar for the query!

Advertisement