Back Java AppletsThis example shows how to convert FSEM experiments into Java Applets. The NormalWindow class in the psychWithJava package simplifies converting FSEM experiments using the FullScreen class into Java Applets. See also the Normal Window example and NormalWindow in the API documentation.HPAppletThis is the Applet version of the HelloPsychophysicist example. Rather than a local application capturing the whole screen, it can be imbedded in a web page. It does not capture the whole screen. Displays a line of text and two images on a black background. A re-play button ("Play Again") is placed near the bottom of the Applet.Precompiled AppletPrecompiled Applet is in HPApplet.html. Your browser can run it directly (if you have an installed plugin to view Java applets). Alternatively, you can save the file on your local disk and run it from a terminal (MS DOS prompt) with the commandappletviewer HPApplet.html . Note that running the Applet doesn't require installing the psychWithJava package.
Files needed to build the projectBuilding and deploying the Applet project
|