Swing Applets,Problems when importing libraries like com.borland....
Hi
I've made a Swing Applet that imports some Borland libraries like :
import com.borland.jbcl.layout.*;
I've downloaded the latest Java plug-in but the browser
says class com.borland.jbcl.layout not found.
What must I do in general to avoid that kind of errors?
Thanks

