You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tim Ellison <t....@gmail.com> on 2009/07/01 14:46:04 UTC

Re: [applet]Should not import java.beans ?

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