/[classpath]/classpath/java/awt/KeyboardFocusManager.java
ViewVC logotype

Diff of /classpath/java/awt/KeyboardFocusManager.java

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

revision 1.2 by ericb, Wed May 8 03:07:25 2002 UTC revision 1.3 by mkoch, Thu Feb 13 07:07:08 2003 UTC
# Line 386  public abstract class KeyboardFocusManag Line 386  public abstract class KeyboardFocusManag
386      return focusCycleRoot;      return focusCycleRoot;
387    }    }
388    
389    protected void setGlobalCurrentFocusCycleRoot(Container cycleRoot)    public void setGlobalCurrentFocusCycleRoot(Container cycleRoot)
390    {    {
391      firePropertyChange("currentFocusCycleRoot", focusCycleRoot, cycleRoot);      firePropertyChange("currentFocusCycleRoot", focusCycleRoot, cycleRoot);
392      focusCycleRoot = cycleRoot;      focusCycleRoot = cycleRoot;

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

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