How to make a website Java Applet

Опубликовано: 11 Июль 2026
на канале: TheTigerTutorials
56,479
165

Using JCreator as the Tiger Tutorials IDE, how to make a java applet is shown. Not mentioned in the tutorial, but you can get the .class of a java program by running the command:
javac (programname).java
When you make the .html page be sure to have the .class file within the same folder.

Please visit http://www.tigertutorials.com for more Java, PHP, HTML&CSS tutorials.