• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to update the help menu?

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I want some advice on how to update the help menu...I beleive i must use the java help system for this...the problem is a particular panel(table)in my GUI has been changed(now it has 4 colums,previously it had 3),but in the help section,still the old panel is shown...how do i change tht?
Since all help pages are html documents,can i just insert the new table picture in the html src code??Can someone please help me tackle this problem?

Any help will be appreciated...
Thanks,
Thejaswini.
[ November 28, 2005: Message edited by: thejaswini ramesh ]
 
thejaswini ramesh
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi again,
All the help files are contained in a jar file(help.jar)which also contains the images needed for the help.What i did was extract this jar file to some 'temp' file,changed the html src code for tht one page and jared it again...but now when i click on help it says "connection not established"...can someone throw some light on this?

Thanks,
Thejaswini.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic