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

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

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

revision 1.15 by rabbit78, Mon Feb 28 13:14:19 2005 UTC revision 1.16 by tromey, Tue Apr 26 18:56:19 2005 UTC
# Line 1  Line 1 
1  /* BasicListUI.java --  /* BasicListUI.java --
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 491  public class BasicListUI extends ListUI Line 491  public class BasicListUI extends ListUI
491    /**    /**
492     * Marks the current layout as damaged and requests revalidation from the     * Marks the current layout as damaged and requests revalidation from the
493     * JList.     * JList.
494       * This is package-private to avoid an accessor method.
495     *     *
496     * @see #updateLayoutStateNeeded     * @see #updateLayoutStateNeeded
497     */     */
498    private void damageLayout()    void damageLayout()
499    {    {
500      updateLayoutStateNeeded = 1;      updateLayoutStateNeeded = 1;
501      list.revalidate();      list.revalidate();

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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