From: Hiroo H. <hir...@co...> - 2005-02-23 06:55:32
|
OK. I'll add some more information on the comment. Thanks. Rib> The problem was that you not only had to set the JMenuBar to null, but Rib> also deactivate and then reactivate the window before disposing it. Rib> The new URL is http://lists.apple.com/archives/java-dev/2003/Dec/msg00122.html Rib> Rib> It seems Apple was investigating the problem last July. I just tested Rib> it though, and unfortunately it still has not been fixed in the Rib> current Java release. Rib> However, instead of deactivating and activating the frame we can call Rib> both setMenuBar(null) and setJMenuBar(null). -- Hiroo Hayashi |