Hi Alexandr,
thanks! It looks much better now.
> http://cr.openjdk.java.net/~alexsch/8165594/webrev.01
src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java
490 if(isScaledGraphics){
Spaces are missed between 'if' and '(' and between ')' and '
Hi Alok,
This change should be discussed on swing-dev mailing list because you
modify behavior of javax.swing.JFileChooser, and on core-libs-dev
because you also modify java.io.File.
I agree with Alan, using the new API appears to be a better alternative
than changing java.io.File.
Regard
On 15.09.2016 16:11, Alexander Scherbatiy wrote:
On 15/09/16 15:03, Semyon Sadetsky wrote:
On 15.09.2016 12:49, Alexandr Scherbatiy wrote:
On 9/15/2016 11:47 AM, Semyon Sadetsky wrote:
On 14.09.2016 21:00, Alexandr Scherbatiy wrote:
On 9/14/2016 6:41 PM, Alexandr Scherbatiy wrote:
On 9/1