/[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.30 by rabbit78, Tue Aug 2 09:33:36 2005 UTC revision 1.31 by langel, Wed Aug 17 19:59:35 2005 UTC
# Line 244  public abstract class BasicTextUI extend Line 244  public abstract class BasicTextUI extend
244       * @return the position in the document that corresponds to the screen       * @return the position in the document that corresponds to the screen
245       *         coordinates <code>x, y</code>       *         coordinates <code>x, y</code>
246       */       */
247      public int viewToModel(float x, float y, Shape a, Position.Bias b)      public int viewToModel(float x, float y, Shape a, Position.Bias[] b)
248      {      {
249        return view.viewToModel(x, y, a, b);        return view.viewToModel(x, y, a, b);
250      }      }

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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