Hi,
I am creating a java program using a JFrame as the main window. I have components inside the JFrame, and these components have tooltips enabled. When I show a tooltip, if the tooltip happens to overlap the JFrame boundaries, the tooltip shows no text, and only a blank rectangle. What should I do? This does not happen in maximized mode, but only in minimized mode.
-J.S.