On Fri, 25 Jul 2025 05:15:50 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> All you have to do is call `setVisible(false)` (possibly ensuring that >> `isVisible()` returns `true` first). >> >> This will hide the popup menu and fire the relevant events which aren't sent >> now… and popup remains on the screen. > > Hmm..that is strange..it used to work I am sure..let me check.. probably we should use hide() instead to allow it to dispose() the resources.. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26407#discussion_r2230198864