On Thu, 4 Apr 2024 05:34:18 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

> Test issue shows the End and Start buttons are not placed as per instructions 
> due to ComponentOrientation RTL was not honoured, as with `getContentPane()` 
> being removed from `add` call of JFrame, it was also additionally removed 
> from other JFrame calls which resulted in the RTL not being propagated to its 
> child. Fix is to add `getContentPane()` to the non-add methods of JFrame as 
> was done in the applet version of the test..

This pull request has now been integrated.

Changeset: 7c1fad4f
Author:    Prasanta Sadhukhan <psadhuk...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/7c1fad4fb6c387bbfb72b3f96b610e7cbc2ef312
Stats:     8 lines in 1 file changed: 2 ins; 1 del; 5 mod

8329559: Test javax/swing/JFrame/bug4419914.java failed because The End and 
Start buttons are not placed correctly and Tab focus does not move as expected

Reviewed-by: abhiscxk, honkar, dnguyen

-------------

PR: https://git.openjdk.org/jdk/pull/18612

Reply via email to