Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-multiarch-jdk8u
Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/src/share/demo/jfc/SwingApplet/README.txt
38829 views
1
SwingApplet illustrates how it's possible to run a Swing-based
2
applet, as long as the Swing classes are in the browser's class
3
path. In the Java 2 platform, Standard Edition, the Swing classes
4
are core, and thus are always in the class path. For example,
5
you can run SwingApplet with this command:
6
7
appletviewer SwingApplet.html
8
9
These instructions assume that this installation's version of appletviewer
10
command is in your path. If it isn't, then you should either
11
specify the complete path to the appletviewer command or update
12
your PATH environment variable as described in the installation
13
instructions for the Java(TM) SE Development Kit.
14
15
16