Re: [9] Review Request: 8149879 Examine UIDefaults::addResourceBundle(String bundleName) with resource encapsulation

2016-12-09 Thread Semyon Sadetsky
On 06.12.2016 23:00, Sergey Bylokhov wrote: 30 нояб. 2016 г., в 23:11, Semyon Sadetsky mailto:semyon.sadet...@oracle.com>> написал(а): On 01.12.2016 02:52, Sergey Bylokhov wrote: On 30.11.16 21:12, Semyon Sadetsky wrote: On 30.11.2016 20:51, Sergey Bylokhov wrote: On 30.11.16 20:39, S

Re: [9] RFR: JDK-8170349: The printed content is beyond the borders.

2016-12-09 Thread Alexandr Scherbatiy
On 12/6/2016 5:52 PM, Prasanta Sadhukhan wrote: On 12/6/2016 8:17 PM, Alexandr Scherbatiy wrote: On 12/1/2016 9:16 AM, Prasanta Sadhukhan wrote: On 11/30/2016 2:53 PM, Prasanta Sadhukhan wrote: Hi All, Bug: https://bugs.openjdk.java.net/browse/JDK-8170349 webrev: http://cr.openjdk.java.net/

Re: [9] RFR: JDK-8170349: The printed content is beyond the borders.

2016-12-09 Thread Prasanta Sadhukhan
On 12/9/2016 8:18 PM, Alexandr Scherbatiy wrote: On 12/6/2016 5:52 PM, Prasanta Sadhukhan wrote: On 12/6/2016 8:17 PM, Alexandr Scherbatiy wrote: On 12/1/2016 9:16 AM, Prasanta Sadhukhan wrote: On 11/30/2016 2:53 PM, Prasanta Sadhukhan wrote: Hi All, Bug: https://bugs.openjdk.java.net/bro

Re: [9] Review Request: 8149879 Examine UIDefaults::addResourceBundle(String bundleName) with resource encapsulation

2016-12-09 Thread Sergey Bylokhov
Interesting. Does it mean that if I register some custom resource bundle > it will not affect any UI values because all the values is already > cached in some UIDefaults map, is that what you mean? The cache will be cleared when you register a new bundle. >>> And if bundle remove