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
