Re: [8u-backport] JDK 8145547: [AWT/Swing] Conditional support for GTK 3 on Linux

2018-09-07 Thread Kevin Rushforth
I tested various combinations of Swing / FX interop and it all looks fine to me. I only glanced through the AWT code changes, though, but I didn't spot anything amiss. -- Kevin On 9/6/2018 4:35 AM, Pankaj Bansal wrote: Hello Sergey/Kevin, I have removed the backport for

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

2018-09-07 Thread Krishna Addepalli
Hi Prasanta, I think you are confused by the same name of the variables. newHeight/newWidth are in "updateImage" and also "ImageHandler::imageUpdate". imageUpdate can be called from a background thread, with new information from the image being loaded, that contains the newHeight and

Re: swing/text/html

2018-09-07 Thread i...@scientificware.com
rovider from TestHelpers class > to run the test iteratively using all the available look and feels. > > But there were some issues while running this test directly on different look > and feels. > > Issues: > > In MotifLookAndFeel it was failing because the 'pas

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

2018-09-07 Thread Prasanta Sadhukhan
Hi Krishna, We obtain newHeight and specifiedHeight by same method newHeight = getIntAttr(HTML.Attribute.HEIGHT, -1); and specifiedHeight = getIntAttr(HTML.Attribute.HEIGHT, -1); so I assume both will return the same value. So, 968 if (specifiedHeight <= 0) { 969 proportion = specifiedWidth

[12] RFR [TEST][JDK-8210056] Enable different look and feel tests in SwingSet3 demo test TextFieldDemoTest

2018-09-07 Thread Muneer Kolarkunnu
Hi All, Please review the fix to add support for testing for all the available look and feels for the TextFieldDemoTest. Task: https://bugs.openjdk.java.net/browse/JDK-8210056 Webrev Link: http://cr.openjdk.java.net/~akolarkunnu/8210056/webrev.00/ Summary: We use