Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Java Interface >

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.
  • 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"}.
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team