jdk/src/java.desktop/share/classes/javax/swing/text/Utilities.java
changeset 42200 0ab62056c933
parent 41807 f9eb6cb54fed
child 42216 621af0ebf6c4
equal deleted inserted replaced
42199:8c0e8e13d4d8 42200:0ab62056c933
   105     public static final float drawTabbedText(Segment s, float x, float y,
   105     public static final float drawTabbedText(Segment s, float x, float y,
   106                                              Graphics2D g,
   106                                              Graphics2D g,
   107                                              TabExpander e,
   107                                              TabExpander e,
   108                                              int startOffset)
   108                                              int startOffset)
   109     {
   109     {
   110         return drawTabbedText(s, (int) x, (int) y, (Graphics) g, e, startOffset);
   110         return drawTabbedText(null, s, x, y, g, e, startOffset, null, true);
   111     }
   111     }
   112 
   112 
   113     /**
   113     /**
   114      * Draws the given text, expanding any tabs that are contained
   114      * Draws the given text, expanding any tabs that are contained
   115      * using the given tab expansion technique.  This particular
   115      * using the given tab expansion technique.  This particular