<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE java-source-program SYSTEM "java-ml.dtd">

<java-source-program>
<java-class-file name="FirstApplet.java">
<import module="java.applet.*"/>
<import module="java.awt.*"/>
<class name="FirstApplet" visibility="public" line="5" col="0" end-line="11" end-col="0" comment="// do not forget this import statement!// Or this one for the graphics!">
  <superclass name="Applet"/>
  <method name="paint" visibility="public" id="FirstApplet:mth-15" line="8" col="2" end-line="10" end-col="2" comment="// this method displays the applet.// the Graphics class is how you do all the drawing in Java">
    <type name="void" primitive="true"/>
    <formal-arguments>
      <formal-argument name="g" id="FirstApplet:frm-13"><type name="Graphics"/></formal-argument>
    </formal-arguments>
    <block line="8" col="32" end-line="10" end-col="2" comment="// do not forget this import statement!// Or this one for the graphics!// this method displays the applet.// the Graphics class is how you do all the drawing in Java">
      <send message="drawString">
        <target><var-ref name="g" idref="FirstApplet:frm-13"/></target>
        <arguments><literal-string value="FirstApplet"/><literal-number kind="integer" value="25"/><literal-number kind="integer" value="50"/></arguments>
      </send>
    </block>
  </method>
</class>
</java-class-file>
</java-source-program>
