This is what appear:
Java has discovered application components that could indicate a security concern. Contact the application vendor to ensure that it has not been tampered with.
Block potentially unsafe components from being run?
According to Java its because an Applet or a Java Web Start application contains mixed code (signed and unsigned).
Go to this link. There's a guide on how to setup Java to handle these messages.
Read this and have the applet use signed libraries.