Hi, On Apr 14, 6:30 pm, ric gonzales <[email protected]> wrote: > hi, I have a problem I cannot run the example MyEventExample lesson > javaBeans. In time to run get the message: > > run: > Exception in thread "main" java.lang.UnsupportedOperationException: Not yet > implemented > at > myeventexample.MyEventSource.addMyEventListener(MyEventSource.java:39)
Look at the code mentioned in the exception trace. I think there is only the method available, but has throws an exception inside to tell you that the implementation is missing. HTH Ewald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
