Re: RFR: [12] JDK-8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane

2018-09-17 Thread Sergey Bylokhov
Looks fine. On 10/09/2018 05:35, Prasanta Sadhukhan wrote: +1 Regards Prasanta On 9/10/2018 5:56 PM, Krishna Addepalli wrote: Thanks for the comments Prasanta, here is the updated webrev: http://cr.openjdk.java.net/~kaddepalli/8208638/webrev02/

Re: [12] RFR [TEST][JDK-8210055] Enable different look and feel tests in SwingSet3 demo tests

2018-09-17 Thread Sergey Bylokhov
Hi, Muneer. Can you please take a look to this test: open/test/jdk/sanity/client/SwingSet/src/SwingSet2DemoTest.java On macOS before the fix, this test shown the frame for long period of time without any actions and then completes w/o errors. After the fix it fails because of timeout. On 16/0

Re: [12]RFR:JDK-8182041- FIle Chooser Shortcut Panel folders under on JDK9

2018-09-17 Thread Krishna Addepalli
Hi Sergey, Thanks for checking on Mac. I realised that there is no code which filters any inaccessible links, nor there are any special folders that are returned on Mac. It simply returns the user home folder in the array. I have made the test to run only on Windows. Here is the new webrev: htt