JDK-8352754 : Create UI for PassFailJFrame.testUI(PanelCreator) on EDT
  • Type: Bug
  • Component: client-libs
  • Affected Version: 23
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-03-24
  • Updated: 2025-03-24
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
Causes :  
Description
Both the component and JDialog for hosting the component are created on the main thread instead of EDT.

https://github.com/openjdk/jdk/blob/b84b29278f710fabab703bc75dda1fa817bc13f6/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L495-L507