Re: [12] RFR JDK-8203281:[Windows] JComboBox change in ui when editor.setBorder() is called

2018-08-01 Thread Sergey Bylokhov
Hi, Prasanta. I am not sure that previous fix[JDK-6490753] was implemented for Vista only. Maybe Martin (CC) can take a look to this? On 01/08/2018 10:11, Prasanta Sadhukhan wrote: Hi All, Please review a fix for an issue where it is seen that combobox gets an unwanted border around it. This i

[12] RFR JDK-8203281:[Windows] JComboBox change in ui when editor.setBorder() is called

2018-08-01 Thread Prasanta Sadhukhan
Hi All, Please review a fix for an issue where it is seen that combobox gets an unwanted border around it. This is a aftereffect of JDK-6490753 where am empty border is added to combobox to make it look like Vista native combobox. Proposed fix