I find the code for MyEvent.java does not compile. The two lines with "super(source);". I am using Netbeans IDE 6.9 and get the error
constructor Object in class java.lang.Object cannot be applied to given types required: no arguments found: java.lang.Object I can comment out the two lines or remove the parameter to get the example to run. What is the purpose of super? -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
