2 comments
Comment actions Permalink

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
Comment actions Permalink

Yes Got it. Thank you :)

0

Please sign in to leave a comment.