I found some old published java applets. Ideally, it would be great to run that in the browser but newer versions of Chrome (which my students have) makes running Java applets nearly impossible.
I can't expect all my students to have appletviewer since it's deprecated and not shipped with newer versions of the JDK. Is there an easy way to create a wrapper to start a java Swing frame that can start the applet? I've tried looking at this other question and this guide but I don't think I have the right incantation. Any help would be appreciated. Thanks!