Java Applet DemoOpenJDK

View the Source Code on GitHub:

Back to the future:

Why did I do this? Easy answer! I watched a video about Java, and they mentioned how the deprecation of Applets is really sad. I agree with that.

But then I discovered CheerpJ, a project that brings Java Applets back to life in modern browsers. I thought that was really cool and wanted to try it out myself!

Give these applets a try! The controls are simple, and I hope you have fun playing Tetris. It's basic, but still a lot of fun!

Game Contents:

  • 3D Cube – Why? To test the Applet's initial functionality. If this runs, everything else will.
  • Tetris – Why? I got this idea from a friend while talking about some redacted topic.
  • Sine Wave Simulator – I did this to prove my Mathematics Teacher wrong. I hate him.
  • Snake – Why? I already wrote a Java Snake and I just had to rewrite it to some extent to make it work with Java applets.
  • Java Applet Profiler - If you are looking to develop Java Applets yourself then you might want to checkout the Profiler I wrote. It uses a drag and drop system for .jar or .class Files that come from compiled Java. You can Profile the Runtime of your Java Applets there!

3D Cube
3D Cube