|
From: Rubens R. <rub...@ya...> - 2002-03-23 15:05:50
|
Hi ALl, I was trying to make dia2code generate an import statement like this import java.awt.*; and the only way I was able to do this was to include a class named "*" inside a Big Package, and then add a dependency between my class and the "*" class... But then when I extend one of the awt classes, I also get the : import java.awt.<class>; and the .java file is generated. Is there a better way to include the "import java.awt.*" without these problems? Thanks a lot ===== ---- Rubens Ramos Fernandes Junior rub...@ya... ---- __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |