Hi
In a swing frontend, each time a user enters a visual component
- eg a jtextfield - I would like to display a help line at the
bottom of the pane/frame/applet or whatever.
Can anyone suggest a good way of doing this. At the moment I
am thinking of each inheriting from their component type and
building in a listener which thru a focus gain event will
set the help text within the component. I am not sure how
to set it, in a generic way, in the visible help line.
Any better ideas, please?
Marc