Hello Tim,
> Feel free to use it as you wish. I have added the code (with attribution) to the guide. Also, the .java generated code listing should now compile. Updated guide is now on the same locations (including the files section of this group). >... So calling > MainFrame.main() runs the static method, but you cannot do m = new > MainFrame(); m.main(); > The generated "main" creates a new instance of MainFrame and makes it > visible. There is no way for you to provide the object to "main" or > get the object from "main" without modifying the java code. Thank you for the explanation, now I get it... Vlad PS: Fixing the quote to be paste friendly is maybe possible somewhere in LyX but so far I did not find out how... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---