/[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.20 by rabbit78, Fri Jun 3 11:55:29 2005 UTC revision 1.21 by rabbit78, Mon Jun 6 09:53:17 2005 UTC
# Line 354  public abstract class BasicTextUI extend Line 354  public abstract class BasicTextUI extend
354    
355    protected String getKeymapName()    protected String getKeymapName()
356    {    {
357      return "BasicTextUI";      String fullClassName = getClass().getName();
358        int index = fullClassName.lastIndexOf('.');
359        String className = fullClassName.substring(index + 1);
360        System.err.println("getKeymapName: " + className);
361        return className;
362    }    }
363    
364    protected Keymap createKeymap()    protected Keymap createKeymap()

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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