galaxy wrote: > I searched the source code of applet and found no java.beans in the source > code . > Is this correct ? > If true I think it's better to remove the import of jave.beans
There are references to java.beans types in the change listener APIs of java.awt.KeyboardFocusManager If you want to see what is needed by each manifest, then you might like to look at resurrecting the manifest checking tool I wrote ages ago [1]. [1] http://svn.apache.org/viewvc/harmony/enhanced/tools/trunk/manifest_checker/ Regards, Tim
