2 comments

DialogWrapper uses JDialog under the hood. You can access it via `DialogWrapper.getWindow()`.
If you need JFrame, you can take a look at FrameWrapper.

2

Yes Got it. Thank you :)

0

Please sign in to leave a comment.