I'm used to inspecting JavaScript, HTML and CSS from the Chrome console. This time I want to inspect the source code of a Java applet. The line of code in question looks like:
<applet codebase="java/" code="Training.class" width="230" height="80"></applet>
How can I understand what this Java applet does from the Chrome console?