I'm working with a 3rd party plugin which includes a customized popup. This popup is added to a tab pane and when it appears, if to close to the JFrame border, only part of it will appear and the rest will draw off screen, as if it is behind the JFrame.
Is there anyway to check if a component bounds or its shape is completely visible to the user?