jdk/src/java.desktop/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
changeset 32865 f9cb6e427f9e
parent 28546 47d9b4eb8fad
child 47143 cb2688cc1ca5
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   697 
   697 
   698             return label;
   698             return label;
   699         }
   699         }
   700     }
   700     }
   701 
   701 
   702     final static int space = 10;
   702     static final int space = 10;
   703     class IndentIcon implements Icon {
   703     class IndentIcon implements Icon {
   704 
   704 
   705         Icon icon = null;
   705         Icon icon = null;
   706         int depth = 0;
   706         int depth = 0;
   707 
   707