| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Fri, 5 Jan 1996 10:36:57 -0800 From: Arthur.Vanhoff@Eng.Sun.COM (Arthur van Hoff) To: Dean_Burson.LOTUS@crd.lotus.com Cc: java-interest@java.Eng.Sun.COM Hi Dean, > I'm confused by peers. In general yes, but more specifically by > AWT's pervasive notion of peers. Can someone point me to a > quick primer? There isn't a primer on peers (as far as I know). The peers are used only for implementing the AWT using native widgets, they are normally of no concern to AWT programmers. So unless you are implementing the AWT you can safely ignore them. > Also, is the toString method on components useful for persistence? No. It is only for debugging. > Is there a way to restore a component from the string? No. > Finally, I'd like to call my java class methods from native C DLL's. > I'm using execute_java_dynamic_method(...), but I'm crashing in > javai.lib. Are you using Netscape? > Any help will be rewarded with gratitude Cool! Have fun, Arthur van Hoff - This message was sent to the java-interest mailing list Info: send 'help' to java-interest-request@java.sun.com
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |