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

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

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

revision 1.11 by mark, Sat Sep 4 17:14:01 2004 UTC revision 1.12 by mark, Thu Sep 23 15:03:21 2004 UTC
# Line 159  public abstract class BasicTextUI extend Line 159  public abstract class BasicTextUI extend
159          }          }
160      }      }
161    }    }
162      
163    static EditorKit kit = new DefaultEditorKit();    static EditorKit kit = new DefaultEditorKit();
164    
165    RootView rootView = new RootView();    RootView rootView = new RootView();
# Line 254  public abstract class BasicTextUI extend Line 254  public abstract class BasicTextUI extend
254    }    }
255    
256    protected void installKeyboardActions()    protected void installKeyboardActions()
257    {    {    
258      // load any bindings for the older Keymap interface      // load any bindings for the older Keymap interface
259      Keymap km = JTextComponent.getKeymap(getKeymapName());      Keymap km = JTextComponent.getKeymap(getKeymapName());
260      if (km == null)      if (km == null)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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