Re: [13] RFR JDK-8214111: There is no icon in all JOptionPane target image

2019-01-15 Thread Pankaj Bansal
Hello Sergey, Thanks for the review. According to the documentation, from gtk 3.10, they have deprecated the stock items themselves and are advising not to use those. Gtk is advising to use Named Icons and Labels instead of stock icons. But I think that would be a big change and will be done as

Re: [13] JDK-8216008: -Djavax.accessibility.assistive_technologies empty list leads to crash

2019-01-15 Thread Shashidhara Veerabhadraiah
Hi Sergey, I felt that a string with an empty space is intentional and should be considering it as a 'mistake' if done by the developers. Hence I feel it is not required(as there is a way to tell nothing to load). Please let me know if you think otherwise. Thanks and regards, Shashi -Origi

Re: [12] JDK-8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent

2019-01-15 Thread Phil Race
We definitely don't want a new public class here ! The fix seems very heavyweight for the problem, and I'm sure there must be simple ways of creating a compound key like resourceBundleName + locale.toString() ... or similar. -phil. On 1/14/2019 3:21 PM, Sergey Bylokhov wrote: Hi, Shashi. I