commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bug #13269] Missing method to replace the default AWT toolk


From: Ewout Prangsma
Subject: [commit-cp] [bug #13269] Missing method to replace the default AWT toolkit
Date: Thu, 2 Jun 2005 11:39:32 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13269>

                 Summary: Missing method to replace the default AWT toolkit
                 Project: classpath
            Submitted by: epr
            Submitted on: Thu 06/02/2005 at 11:39
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

Once a toolkit is instantiated, it is kept in java.awt.Toolkit#toolkit, but
there is no way to flush this value.

Please add the following method:

  protected static void clearDefaultToolkit() {
      toolkit = null;
  }







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13269>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]