jdk/src/java.desktop/share/classes/javax/swing/text/html/StyleSheet.java
changeset 32865 f9cb6e427f9e
parent 28231 b608ffcaed74
child 47160 ac5434728c3b
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
  3194     }
  3194     }
  3195 
  3195 
  3196 
  3196 
  3197     // ---- Variables ---------------------------------------------
  3197     // ---- Variables ---------------------------------------------
  3198 
  3198 
  3199     final static int DEFAULT_FONT_SIZE = 3;
  3199     static final int DEFAULT_FONT_SIZE = 3;
  3200 
  3200 
  3201     private CSS css;
  3201     private CSS css;
  3202 
  3202 
  3203     /**
  3203     /**
  3204      * An inverted graph of the selectors.
  3204      * An inverted graph of the selectors.