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

Diff of /classpath/java/awt/Toolkit.java

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

revision 1.14 by tromey, Fri Jan 17 23:18:55 2003 UTC revision 1.15 by tromey, Mon Jan 27 00:39:48 2003 UTC
# Line 1  Line 1 
1  /* Toolkit.java -- AWT Toolkit superclass  /* Toolkit.java -- AWT Toolkit superclass
2     Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 96  public abstract class Toolkit Line 96  public abstract class Toolkit
96  {  {
97    /** The default toolkit name. */    /** The default toolkit name. */
98    private static String default_toolkit_name    private static String default_toolkit_name
99      = gnu.classpath.Configuration.AWT_TOOLKIT;      = "gnu.java.awt.peer.gtk.GtkToolkit";
100    
101    /**    /**
102     * The toolkit in use.  Once we load it, we don't ever change it     * The toolkit in use.  Once we load it, we don't ever change it

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

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