On Tue, 22 Apr 2025 20:24:04 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> * Use `PassFailJFrame` framework for creating the manual test UI. > * Provide check boxes for each degree of rotation which allow hiding and > showing the specified rotation. > * Provide **Select All** and **Clear All** buttons. > * Display Java version. This pull request has now been integrated. Changeset: bf8a881f Author: Alexey Ivanov <aiva...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bf8a881f02da14a3d47b30eaf414dea76a1c231f Stats: 257 lines in 1 file changed: 257 ins; 0 del; 0 mod 8352733: Improve RotFontBoundsTest test Use PassFailJFrame framework for creating manual test UI. Provide check boxes for each degree of rotation which allow hiding and showing the specified rotation. Provide 'Select All' and 'Clear All' buttons. Display Java version at the bottom of the test. Reviewed-by: prr, azvegint, abhiscxk, honkar ------------- PR: https://git.openjdk.org/jdk/pull/24799