JDK-8038637 : Refactor JOptionPane modal internal dialog code
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-03-28
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
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