src/share/classes/sun/misc/JavaAWTAccess.java

Print this page

        

*** 31,44 **** // no isolation is required. // If there's no applet, or if the caller is a stand alone application, // or running in the main app context, returns null. // Otherwise, returns the AppContext of the calling applet. public Object getAppletContext(); - - // convenience methods to cache objects in the current thread group's - // AppContext - public Object get(Object key); - public void put(Object key, Object value); - public void remove(Object key); - public boolean isDisposed(); - public boolean isMainAppContext(); } --- 31,36 ----