<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Doctors Diagnosis</title> </head> <body bgcolor="WhiteSmoke"> <h4 align="center">Java applet - Doctors Diagnosis</h4> <table border="0" cellpadding="10" width="100%"> <tbody> <tr> <td valign="top" width="20%"> <p></p> <p></p> <p></p> <p> <a href="../probability.html"> Return to home page</a> </p> <table border="1"> <tbody> <tr> <th>KEY</th> </tr> <tr> <td> <img style="width: 20px; height: 25px;" alt="" src="green1.png"> : Population</td> </tr> <tr> <td> <img style="width: 20px; height: 25px;" alt="" src="red1.png"> : Those with disease </td> </tr> <tr> </tr> <tr> <td> <img style="width: 20px; height: 25px;" alt="" src="orange1.png"> : Those with disease<br> and tested positive </td> </tr> <tr> </tr> <tr> <td> <img style="width: 20px; height: 25px;" alt="" src="yellow1.png"> : Those without disease<br> but tested positive <p></p> </td> </tr> </tbody> </table> </td> <td valign="top" width="80%"> <!--diagnosis4.jar--> <p align="left"><applet code="Main.class" archive="diagnosis.jar" height="585" width="770"> Java applet - Doctors Diagnosis </applet> </p> </td> </tr> </tbody> </table> </body> </html>