Justin
06-30-2003, 05:38 PM
how are they made, is there a tutorial on the web about making them?
|
Click to See Complete Forum and Search --> : java appletts Justin 06-30-2003, 05:38 PM how are they made, is there a tutorial on the web about making them? spufi 06-30-2003, 08:26 PM Ok, here's a basic question. Do you know how to code Java? If not, then learn that first. If you have a Java program that you want to put on your site, you need to upload the Java class file and within a web page point to the Java class file. This can be done via the <applet> tag, or <object> tag. The <object> tag is the more current valid way of doing it. starrwriter 06-30-2003, 09:12 PM Originally posted by Justin how are they made, is there a tutorial on the web about making them? You can find free pre-made java applets to do almost anything you want at: http://www.javapowered.com webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |