JDK-8314598 : Use PassFailJFrame for MultiResIconTest.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9,11,17
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2023-08-18
  • Updated: 2023-08-18
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
The test/jdk/java/awt/image/multiresolution/MultiResolutionIcon/MultiResIconTest.java is a manual test. When the test starts, its instructions are barely visible, the Pass and Fail buttons are hidden. The tester has to resize the window to see the instructions. (See the attached screenshot.)

It's better to convert its UI to use the manual test framework, PassFailJFrame.