Alexey Ivanov

Results 81 comments of Alexey Ivanov
trafficstars

@tkiriyama You're using the wrong bugid. [JDK-8272707](https://bugs.openjdk.java.net/browse/JDK-8272707) has nothing to do with URI. Please use the correct bugid.

> In Windows, it uses ShellFolder to set FileSize column values and it is returned in terms of bytes in stead of KB (as shown by native tools). This doesn't...

Does the size formatting respect the user's setting for the decimal symbol?

> @prsadhuk I have made few changes in formatting the file size, using MessageFormat and NumberFormat to format the file size with 1 decimal place precision. Earlier JFileChooser show file...

> > > @prsadhuk I have made few changes in formatting the file size, using MessageFormat and NumberFormat to format the file size with 1 decimal place precision. Earlier JFileChooser...

> > I wonder how the file size of 200 bytes is shown: 1 KB or 0.2 KB. > > As of now files having size >0 and

> > > > If we display the file size with one decimal point precision, then it doesn't hold at all until the file size reaches 1 KB. > >...

I don't think `JSplitPane` is a bad idea, rather the opposite: it's a good idea. It encapsulates a `JPanel` as a container for test UI. If a test doesn't add...

> Adding a button 'Screen capture' ( Screen shot ) in test instruction frame when user clicks to fail button to capture the failure scenario will be good idea. Screen...