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

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

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

revision 1.3 by brawer, Thu Jun 26 10:22:39 2003 UTC revision 1.4 by brawer, Thu Jun 26 14:41:44 2003 UTC
# Line 151  public class BasicTreeUI Line 151  public class BasicTreeUI
151     * @return the closest path, or <code>null</code> if the     * @return the closest path, or <code>null</code> if the
152     *         tree is currenlty not displaying any paths at all.     *         tree is currenlty not displaying any paths at all.
153     */     */
154    public TreePath getClosesPathForLocation(JTree tree,    public TreePath getClosestPathForLocation(JTree tree,
155                                             int x, int y)                                              int x, int y)
156    {    {
157      return null;  // FIXME: not implemented      return null;  // FIXME: not implemented
158    }    }

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

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