Hi,
Maybe the help frame is statically generated (no idea).
However, I've just tested the following
display a frame
change LaF
display a frame
And the first frame does not change its LaF.
So, if you manage to find the help frame, you should really apply
SwingUtilities.updateComponentTreeUI(helpFrame)
It should work, unless JavaHelp doesn't accept non-default LaFs
Regards,
Arnaud
> Arnaud Berger skrev:
> > Hi,
[quoted text clipped - 6 lines]
> But I do the L&F setting *before* anything else. And it works fine with
> everything else in the GUI... /ulf