Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

initialize applet in java

<html>
   <title>The ImageDemo applet</title>
   <hr>
   <applet code = "ImageDemo.class" width = "0" height = "0">
      <param name = "audio" value = "test.wav">
   </applet>
   <hr>
</html>
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #initialize #applet #java
ADD COMMENT
Topic
Name
3+3 =