Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用包含自定义弹出窗口的 3rd 方插件。此弹窗被添加到选项卡窗格中,当它出现时,如果靠近 JFrame 边框,则只有一部分会出现,其余部分将退出屏幕,就好像它在 JFrame 后面一样。
无论如何检查组件边界或其形状是否对用户完全可见?
查看SwingUtilities.convertPointToScreen的 javadocs 。