Cynthia Jeness wrote:
>
> Tram,
>
> I see similar results and believe that this was a "bug?" introduced in the
> second early access release. In order to work around it, I put all of my help
> initilialization in the "run" method of its own class. Then I use
> "SwingUtilities.invokeLater()" on
Tram,
I see similar results and believe that this was a "bug?" introduced in the
second early access release. In order to work around it, I put all of my help
initilialization in the "run" method of its own class. Then I use
"SwingUtilities.invokeLater()" on this class. This works for me, but