JavaHelp - Problems with HelpBroker

Hi, my HelpBroker (JavaHelp for an application) doesn't work in correct way, HelpSet is found but not shown (without an error-message). Has anybody an example-code of a working HelpBroker for me?Thanks *****
[243 byte] By [spunk] at [2007-9-26 2:05:49]
# 1
mail me and i'll send you a working example of javahelp that will work in an application.Regards.
stcampbe at 2007-6-29 8:51:19 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Hi Stephen,here is my e-mail: spu_nk@hotmail.comThanks!!!Anne
spunk at 2007-6-29 8:51:19 > top of Java-index,Desktop,Developing for the Desktop...
# 3
Hi, can I get a copy of the working program as well? My email is farzana_n@yahoo.com. Thanks a lot.Farzana
fnawaz at 2007-6-29 8:51:19 > top of Java-index,Desktop,Developing for the Desktop...
# 4
Hi,did you try method setDisplayed() as inHelpSet hs = new HelpSet(null, myHelpSetUrl);HelpBroker hb = hs.createHelpBroker();hb.setDisplayed(true); Ulrich
uhilger at 2007-6-29 8:51:19 > top of Java-index,Desktop,Developing for the Desktop...
# 5
I'm having some problems with HelpBroker too. Could you please alse send me the example? My mail is vadrian@ono.com. Thank you very much
vadrian at 2007-6-29 8:51:19 > top of Java-index,Desktop,Developing for the Desktop...