<Swing Dev> Why no JInternalDialog?

Clemens Eisserer linuxhippy at gmail.com
Fri Apr 22 12:07:09 UTC 2011


Hi,

Why is there no JInternalDialog classes provided by Swing? Are there
any plans to introcuce this component in JDK7/8?
This question came to my mind, because I had to use a JDialog although
the rest of my app uses internal frames throughout.

I had a look at the JOptionPane.showInternalXXXDialog, however instead
of relying on some clearly seperated implementation,
they do it all with some black magic and by using reflection and
non-public interfaces all directly inside JOptionPane.

Thanks, Clemens



More information about the swing-dev mailing list