1. I want to add a property with type of java predefined class, for instance: 
Date, how to import it?
2. I want my class extended java predefined class.
I want the generated code like this:

import java.awt.Component;
import java.awt.event.ActionListener;
import java.util.Date;
class test extends Component implements ActionListener {
  private  Date adate;
}

Thanks a lot!
_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users

Reply via email to