JDK-6660823 : Nimbus L&F: RTL - JComboBox issues
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2008-02-08
  • Updated: 2011-02-16
  • Resolved: 2008-02-11
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
RTL - JComboBox issues still existing after b12, 

6594753, 6607567 - is partial 

1. RTL editable combo - drop down button shifts to left from right, but it looks detached with the textfield and it needs flipping.

2. RTL non editable JCombobox arrow button is shifted 1 to 2 pixel towards the left side

3. RTL non editable JCombobox text is touching the border and the text is coming outside

To reproduce use the testcase, screenshots from the original bug.

Comments
EVALUATION 1 & 2) seems like the test case is using setComponentOriantation() not applyComponentOriantation() so the arrow button sub-component is not getting the RTL setting. 3) Has been fixed in bug
11-02-2008