/[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.10 by rabbit78, Tue Aug 2 09:33:36 2005 UTC revision 1.11 by langel, Wed Aug 17 19:59:35 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.10  
changed lines
  Added in v.1.11

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