JLink`
JLink`
AppletViewer
AppletViewer[javaclass,parameters]
displays a window with an applet of the specified JavaClass running in it.
AppletViewer["classname",parameters]
displays a window running an applet of the named class.
Details
- To use AppletViewer, you first need to load J/Link using Needs["JLink`"].
- parameters is a list of strings, each specifying a name=value pair supplying applet properties that would normally appear in an HTML file in <PARAM> tags, or other applet attributes (like WIDTH and HEIGHT attributes). A typical specification might be {"WIDTH=400","HEIGHT=400"}.