-
Enhancement
-
Resolution: Unresolved
-
P4
-
9
Dialog class has been updated to use new public EventQueue.createSecondaryLoop() API for modality (see JDK-6949936).
JOptionPane should be updated in the same way to get rid of internal API usage (like reflection or AWTAccessor).
SecondaryLoop Javadoc: https://docs.oracle.com/javase/7/docs/api/java/awt/SecondaryLoop.html
The SecondaryLoop API discussion: http://mail.openjdk.java.net/pipermail/awt-dev/2010-August/001343.html
JOptionPane should be updated in the same way to get rid of internal API usage (like reflection or AWTAccessor).
SecondaryLoop Javadoc: https://docs.oracle.com/javase/7/docs/api/java/awt/SecondaryLoop.html
The SecondaryLoop API discussion: http://mail.openjdk.java.net/pipermail/awt-dev/2010-August/001343.html
- relates to
-
JDK-6949936 Provide API for running nested events loops, similar to what modal dialogs do
-
- Closed
-