/[classpath]/classpath/javax/swing/text/PlainView.java
ViewVC logotype

Diff of /classpath/javax/swing/text/PlainView.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mkoch, Fri Jan 21 09:20:55 2005 UTC revision 1.5 by mkoch, Tue Jan 25 07:07:25 2005 UTC
# Line 117  public class PlainView extends View Line 117  public class PlainView extends View
117      return rect;      return rect;
118    }    }
119        
120    public void drawLine(int lineIndex, Graphics g, int x, int y)    protected void drawLine(int lineIndex, Graphics g, int x, int y)
121    {    {
122      try      try
123        {        {
# Line 176  public class PlainView extends View Line 176  public class PlainView extends View
176        }        }
177    }    }
178    
179    public int getTabSize()    protected int getTabSize()
180    {    {
181      return 8;      return 8;
182    }    }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26