Isaac96 / interfascia

Automatically exported from code.google.com/p/interfascia
Other
0 stars 0 forks source link

Objects returned by GUIEvent.getSource() has no publicly accessible methods #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Register an action listener with a component
2. Get the source of the event
3. Try to call a method defined in GUIComponent

What is the expected output? What do you see instead?
Expecting a result, instead getting compile error: "The type
'interfascia.GUIComponent' has default access and is not accessible here."

Original issue reported on code.google.com by supersta...@gmail.com on 20 Dec 2006 at 4:06