aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Creating a help JDialog Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Creating a help JDialog" Watch "Creating a help JDialog" New topic
Author

Creating a help JDialog

Rusty Shackleford
Ranch Hand

Joined: Jan 03, 2006
Posts: 490
I am looking at having to create a help JDialog that is similar to Eclipse, but a bit simpler but it does need to dynamically load help file as plugins get activated.

I was hoping there is a library that handles the heavy lifting. I had no luck searching for one, is there one?

Is it easier to display content that use HTML or plain text?

I am going to mirror this process with loading plugins which follows a package convention plugins.<name of plugin>.<plugin name which implements a plug in interface>. Something like help/plugin name/list of topics&subtopics and help/plugin name/help files that mirror topic/subtopics name. If this makes sense to you, does this sound like I am on the right track?


"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra
Daesung Park
Ranch Hand

Joined: Mar 22, 2007
Posts: 68
How about using JavaHelp that seems to provide dynamic merging of helpsets.


Daesung Park

BLOG
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Creating a help JDialog
 
Similar Threads
pom.xml for maven2 users
JBOSS DeploymentException : Not able to find module file : .war in a .ear file
Maven - plugin downoading problem
Why the failure to download a plugin? And why is it looking for a beta?
jars in the custom ear not getting referenced at compile time