In my program, I'm using javahelp with helpbroker: all the swing components of the window are automatically generated and positioned.
I would like custom the helpbroker to add a button bar at the bottom of the window like in the image.
What is the easiest way to do it ?
Thanks
The only way to add a help button is to Embed the javahelp in a JFrame:
} After we can customize the JFrame as we want, it is easy to add a south panel with a close button.
To make all the help buttons listen our javahelp:
with helpAction that displays our JFrame
Think also to handle keyboard shortcuts, like the helpbroker:
To open the help at the wanted section:
"top" corresponds to tag in the .jhm file