How can I find all visible frames/dialogs in program? I could subclass JFrame/JDialog classes to update the list of currently visible windows, but if there is a built-in solution for this that would be much better
How can I find all visible frames/dialogs in program? I could subclass JFrame/JDialog classes
Share
Try
References:
getWindows()isShowing()