Posted By:
flavio_palumbo
Posted On:
Thursday, January 27, 2005 12:41 AM
Hi all,
i have a top JFrame with inside a JDesktopPane with a JInternalFrame, containing a Jtree, on the left side. When I double click on a node of the tree I fill another JInternalFrame and display it at the center of the JDesktopPane. If I point the mouse on a tree node, the tooltip appears and everything works fine.
Then, on the second JInternalFrame, a can click a button and let appear a new JFrame that partially overlaps the first one ; in this context, if I point the mouse on a JTree node, the tooltip appears hiding the last JFrame.
Is this behaviour right ? I think it isn't but I can't find what's wrong.
Thanks a lot
Flavio