Re: RFR JDK-8172269: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red

2020-04-26 Thread Sergey Bylokhov
Looks fine. On 4/24/20 5:44 am, Prasanta Sadhukhan wrote: Hi All, Please review a fix for an issue where it is seen that the JTabbedPane background for SCROLL_TAB_LAYOUT policy is not same as what is set by user. This is in continuation with the fix done inJDK-8007563 and

Re: RFR JDK-8232243:Wrong caret position in JTextPane on Windows with a screen resolution > 100%

2020-04-26 Thread Prasanta Sadhukhan
Sure..test updated... http://cr.openjdk.java.net/~psadhukhan/8232243/webrev.2/ Regards Prasanta On 25-Apr-20 8:01 PM, Philip Race wrote:   96 SwingUtilities.invokeAndWait(() -> createUI());   97   98 Point p = textPane.getLocationOnScreen(); 99 Robot robo