jdk/src/java.desktop/share/classes/javax/swing/text/html/TableView.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   994 
   994 
   995     // whether to display comments inside table or not.
   995     // whether to display comments inside table or not.
   996     boolean skipComments = false;
   996     boolean skipComments = false;
   997 
   997 
   998     boolean gridValid;
   998     boolean gridValid;
   999     static final private BitSet EMPTY = new BitSet();
   999     private static final BitSet EMPTY = new BitSet();
  1000 
  1000 
  1001     class ColumnIterator implements CSS.LayoutIterator {
  1001     class ColumnIterator implements CSS.LayoutIterator {
  1002 
  1002 
  1003         /**
  1003         /**
  1004          * Disable percentage adjustments which should only apply
  1004          * Disable percentage adjustments which should only apply