|
Duplicate :
|
|
|
Relates :
|
Javac cannot compile this program:
import java.util.EventListener;
import javax.swing.event.EventListenerList;
class Test {
void test(String name, EventListenerList list, EventListener l)
throws ClassNotFoundException
{
list.add((Class<? extends EventListener>)Class.forName(name), l);
}
}
###@###.### 10/8/04 21:39 GMT
|