/[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.22 by tromey, Thu Sep 18 22:34:22 2003 UTC revision 1.23 by mkoch, Thu Oct 2 11:05:17 2003 UTC
# 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.java.awt.peer.gtk.GtkToolkit";      = gnu.classpath.Configuration.default_awt_peer_toolkit;
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.22  
changed lines
  Added in v.1.23

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