jdk/src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolder2.java
changeset 47154 321b1ce06499
parent 39515 5f9e9e8bf57b
equal deleted inserted replaced
47153:9292a24eb113 47154:321b1ce06499
   238     private String displayName = null;
   238     private String displayName = null;
   239     private Image smallIcon = null;
   239     private Image smallIcon = null;
   240     private Image largeIcon = null;
   240     private Image largeIcon = null;
   241     private Boolean isDir = null;
   241     private Boolean isDir = null;
   242     private final boolean isLib;
   242     private final boolean isLib;
       
   243     private static final String FNAME = COLUMN_NAME;
       
   244     private static final String FSIZE = COLUMN_SIZE;
       
   245     private static final String FTYPE = "FileChooser.fileTypeHeaderText";
       
   246     private static final String FDATE = COLUMN_DATE;
   243 
   247 
   244     /*
   248     /*
   245      * The following is to identify the My Documents folder as being special
   249      * The following is to identify the My Documents folder as being special
   246      */
   250      */
   247     private boolean isPersonal;
   251     private boolean isPersonal;