/[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.1.2.7 by gnu_andrew, Sun Aug 7 18:34:12 2005 UTC revision 1.1.2.8 by gnu_andrew, Sat Sep 10 15:31:55 2005 UTC
# Line 250  public class PlainView extends View Line 250  public class PlainView extends View
250     * @return the position in the document that corresponds to the screen     * @return the position in the document that corresponds to the screen
251     *         coordinates <code>x, y</code>     *         coordinates <code>x, y</code>
252     */     */
253    public int viewToModel(float x, float y, Shape a, Position.Bias b)    public int viewToModel(float x, float y, Shape a, Position.Bias[] b)
254    {    {
255      // FIXME: Implement this properly.      // FIXME: not implemented
256      return 0;      return 0;
257    }    }
258  }  }

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

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