/[classpath]/classpath/javax/swing/plaf/basic/BasicTextUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicTextUI.java

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

revision 1.4 by brawer, Thu Jun 26 07:11:19 2003 UTC revision 1.5 by brawer, Thu Jun 26 07:25:39 2003 UTC
# Line 146  public class BasicTextUI extends TextUI Line 146  public class BasicTextUI extends TextUI
146      }      }
147            
148      public Rectangle modelToView(JTextComponent t, int pos)      public Rectangle modelToView(JTextComponent t, int pos)
149          throws BadLocationException
150      {      {
151          return modelToView(t, pos, null);          return modelToView(t, pos, null);
152      }      }
153            
154      public Rectangle modelToView(JTextComponent t, int pos, Position.Bias bias)      public Rectangle modelToView(JTextComponent t, int pos, Position.Bias bias)
155          throws BadLocationException
156      {      {
157          return null;          return null;
158      }      }

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