JFileChooser using Windows L&F should use only two columns while displaying "My Recent
Documents" in detail view
Steps to reproduce:
a) Open SwingSet2
b) Change to Windows L&F
c) Go to file chooser demo, Open Plain File chooser and click
on detail button.
d) Click on "My Recent Documents", Note it will use size, type, etc
columns, While in native it just use "Name" and "Modified"
Displaying less columns make sense here, As all items will be of size
less than 1kb(hence shown 1kb) and all will be of type "Shortcut"
Note: "My Recent Documents" of XP is equivalent of "Recent" of Win2k